org.apache.blur.lucene.codec
Class CachedDecompressor

java.lang.Object
  extended by org.apache.lucene.codecs.compressing.Decompressor
      extended by org.apache.blur.lucene.codec.CachedDecompressor
All Implemented Interfaces:
Cloneable

public class CachedDecompressor
extends org.apache.lucene.codecs.compressing.Decompressor


Constructor Summary
CachedDecompressor(org.apache.lucene.codecs.compressing.Decompressor decompressor)
           
 
Method Summary
 org.apache.lucene.codecs.compressing.Decompressor clone()
           
 void decompress(org.apache.lucene.store.DataInput in, int originalLength, int offset, int length, org.apache.lucene.util.BytesRef bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedDecompressor

public CachedDecompressor(org.apache.lucene.codecs.compressing.Decompressor decompressor)
Method Detail

decompress

public void decompress(org.apache.lucene.store.DataInput in,
                       int originalLength,
                       int offset,
                       int length,
                       org.apache.lucene.util.BytesRef bytes)
                throws IOException
Specified by:
decompress in class org.apache.lucene.codecs.compressing.Decompressor
Throws:
IOException

clone

public org.apache.lucene.codecs.compressing.Decompressor clone()
Overrides:
clone in class org.apache.lucene.codecs.compressing.Decompressor


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.