Class Compressor
java.lang.Object
org.apache.lucene.codecs.compressing.Compressor
A data compressor.
-
Method Summary
Modifier and TypeMethodDescriptionabstract voidcompress(byte[] bytes, int off, int len, DataOutput out) Compress bytes intoout.
-
Method Details
-
compress
Compress bytes intoout. It it the responsibility of the compressor to add all necessary information so that aDecompressorwill know when to stop decompressing bytes from the stream.- Throws:
IOException
-