- CachedBufferAllocator - Class in org.xerial.snappy.buffer
-
Cached buffer
- CachedBufferAllocator(int) - Constructor for class org.xerial.snappy.buffer.CachedBufferAllocator
-
- checkSum - Variable in class org.xerial.snappy.SnappyFramedInputStream.FrameData
-
- cleanUp() - Static method in class org.xerial.snappy.Snappy
-
Clean up a temporary file (native lib) generated by snappy-java.
- cleanUpExtractedNativeLib() - Static method in class org.xerial.snappy.SnappyLoader
-
- close() - Method in class org.xerial.snappy.SnappyFramedInputStream
-
- close() - Method in class org.xerial.snappy.SnappyFramedOutputStream
-
- close() - Method in class org.xerial.snappy.SnappyInputStream
-
Close the stream
- close() - Method in class org.xerial.snappy.SnappyOutputStream
-
close the stream
- closed - Variable in class org.xerial.snappy.SnappyFramedInputStream
-
Indicates if this instance has been closed.
- closed - Variable in class org.xerial.snappy.SnappyFramedOutputStream
-
- closed - Variable in class org.xerial.snappy.SnappyOutputStream
-
- compatibleVersion - Variable in class org.xerial.snappy.SnappyCodec
-
- compress(byte[]) - Static method in class org.xerial.snappy.Snappy
-
High-level API for compressing the input byte array.
- compress(byte[], int, int, byte[], int) - Static method in class org.xerial.snappy.Snappy
-
Compress the input buffer content in [inputOffset,
...inputOffset+inputLength) then output to the specified output buffer.
- compress(ByteBuffer, ByteBuffer) - Static method in class org.xerial.snappy.Snappy
-
Compress the content in the given input buffer.
- compress(char[]) - Static method in class org.xerial.snappy.Snappy
-
Compress the input char array
- compress(double[]) - Static method in class org.xerial.snappy.Snappy
-
Compress the input double array
- compress(float[]) - Static method in class org.xerial.snappy.Snappy
-
Compress the input float array
- compress(int[]) - Static method in class org.xerial.snappy.Snappy
-
Compress the input int array
- compress(long[]) - Static method in class org.xerial.snappy.Snappy
-
Compress the input long array
- compress(short[]) - Static method in class org.xerial.snappy.Snappy
-
Compress the input short array
- compress(String) - Static method in class org.xerial.snappy.Snappy
-
Compress the input String
- compress(String, String) - Static method in class org.xerial.snappy.Snappy
-
Compress the input string using the given encoding
- compress(String, Charset) - Static method in class org.xerial.snappy.Snappy
-
Compress the input string using the given encoding
- compressed - Variable in class org.xerial.snappy.SnappyInputStream
-
- COMPRESSED_DATA_FLAG - Static variable in class org.xerial.snappy.SnappyFramed
-
- compressInput() - Method in class org.xerial.snappy.SnappyOutputStream
-
- contentsEquals(InputStream, InputStream) - Static method in class org.xerial.snappy.SnappyLoader
-
- crc - Variable in class org.xerial.snappy.PureJavaCrc32C
-
the current CRC value, bit-flipped
- currentHeader - Static variable in class org.xerial.snappy.SnappyCodec
-
- rawCompress(long, long, long) - Static method in class org.xerial.snappy.Snappy
-
Zero-copy compress using memory addresses.
- rawCompress(Object, int) - Static method in class org.xerial.snappy.Snappy
-
Compress the input data and produce a byte array of the uncompressed data
- rawCompress(Object, int, int, byte[], int) - Static method in class org.xerial.snappy.Snappy
-
Compress the input buffer [offset,...
- rawCompress(long, long, long) - Method in class org.xerial.snappy.SnappyNative
-
- rawCompress(ByteBuffer, int, int, ByteBuffer, int) - Method in class org.xerial.snappy.SnappyNative
-
- rawCompress(Object, int, int, Object, int) - Method in class org.xerial.snappy.SnappyNative
-
- rawRead(Object, int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read uncompressed data into the specified array
- rawUncompress(long, long, long) - Static method in class org.xerial.snappy.Snappy
-
Zero-copy decompress using memory addresses.
- rawUncompress(byte[], int, int, Object, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the content in the input buffer.
- rawUncompress(long, long, long) - Method in class org.xerial.snappy.SnappyNative
-
- rawUncompress(ByteBuffer, int, int, ByteBuffer, int) - Method in class org.xerial.snappy.SnappyNative
-
- rawUncompress(Object, int, int, Object, int) - Method in class org.xerial.snappy.SnappyNative
-
- rawWrite(Object, int, int) - Method in class org.xerial.snappy.SnappyOutputStream
-
Compress the raw byte array data.
- rbc - Variable in class org.xerial.snappy.SnappyFramedInputStream
-
- read() - Method in class org.xerial.snappy.SnappyFramedInputStream
-
- read(byte[], int, int) - Method in class org.xerial.snappy.SnappyFramedInputStream
-
- read(ByteBuffer) - Method in class org.xerial.snappy.SnappyFramedInputStream
- read(byte[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Reads up to len bytes of data from the input stream into an array of
bytes.
- read(long[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read long array from the stream
- read(long[]) - Method in class org.xerial.snappy.SnappyInputStream
-
Read long array from the stream
- read(double[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read double array from the stream
- read(double[]) - Method in class org.xerial.snappy.SnappyInputStream
-
Read double array from the stream
- read(int[]) - Method in class org.xerial.snappy.SnappyInputStream
-
Read int array from the stream
- read(int[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read int array from the stream
- read(float[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read float array from the stream
- read(float[]) - Method in class org.xerial.snappy.SnappyInputStream
-
Read float array from the stream
- read(short[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read short array from the stream
- read(short[]) - Method in class org.xerial.snappy.SnappyInputStream
-
Read short array from the stream
- read() - Method in class org.xerial.snappy.SnappyInputStream
-
Reads the next byte of uncompressed data from the input stream.
- readBlockHeader() - Method in class org.xerial.snappy.SnappyFramedInputStream
-
- readBytes(ReadableByteChannel, ByteBuffer) - Static method in class org.xerial.snappy.SnappyFramed
-
- readFully(byte[], int) - Method in class org.xerial.snappy.SnappyInputStream
-
- readHeader(InputStream) - Static method in class org.xerial.snappy.SnappyCodec
-
- readHeader() - Method in class org.xerial.snappy.SnappyInputStream
-
- readInt(byte[], int) - Static method in class org.xerial.snappy.SnappyOutputStream
-
- readNext(byte[], int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read next len bytes
- release(byte[]) - Method in interface org.xerial.snappy.buffer.BufferAllocator
-
- release(byte[]) - Method in class org.xerial.snappy.buffer.CachedBufferAllocator
-
- release(byte[]) - Method in class org.xerial.snappy.buffer.DefaultBufferAllocator
-
- releaseDirectByteBuffer(ByteBuffer) - Static method in class org.xerial.snappy.SnappyFramed
-
Provides jvm implementation specific operation to aggressively release resources associated with buffer.
- reset() - Method in class org.xerial.snappy.PureJavaCrc32C
- uncompress(byte[]) - Static method in class org.xerial.snappy.Snappy
-
High-level API for uncompressing the input byte array.
- uncompress(byte[], int, int, byte[], int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the content in the input buffer.
- uncompress(ByteBuffer, ByteBuffer) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the content in the input buffer.
- uncompressCharArray(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input data as char array
- uncompressCharArray(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, .., offset+length) as a char array
- uncompressDoubleArray(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input as a double array
- uncompressed - Variable in class org.xerial.snappy.SnappyInputStream
-
- UNCOMPRESSED_DATA_FLAG - Static variable in class org.xerial.snappy.SnappyFramed
-
- uncompressedCursor - Variable in class org.xerial.snappy.SnappyInputStream
-
- uncompressedDirect - Variable in class org.xerial.snappy.SnappyFramedInputStream
-
- uncompressedLength(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Get the uncompressed byte size of the given compressed input.
- uncompressedLength(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Get the uncompressed byte size of the given compressed input.
- uncompressedLength(ByteBuffer) - Static method in class org.xerial.snappy.Snappy
-
Get the uncompressed byte size of the given compressed input.
- uncompressedLength(long, long) - Static method in class org.xerial.snappy.Snappy
-
Get the uncompressed byte size of the given compressed input.
- uncompressedLength(ByteBuffer, int, int) - Method in class org.xerial.snappy.SnappyNative
-
- uncompressedLength(Object, int, int) - Method in class org.xerial.snappy.SnappyNative
-
- uncompressedLength(long, long) - Method in class org.xerial.snappy.SnappyNative
-
- uncompressedLimit - Variable in class org.xerial.snappy.SnappyInputStream
-
- uncompressFloatArray(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input as a float array
- uncompressFloatArray(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as a float array
- uncompressIntArray(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input data as an int array
- uncompressIntArray(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as an int array
- uncompressLongArray(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input data as a long array
- uncompressLongArray(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as a long array
- uncompressShortArray(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input as a short array
- uncompressShortArray(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as a short array
- uncompressString(byte[]) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input as a String
- uncompressString(byte[], int, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as a String
- uncompressString(byte[], int, int, String) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as a String of the given
encoding
- uncompressString(byte[], int, int, Charset) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input[offset, offset+length) as a String of the given
encoding
- uncompressString(byte[], String) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input as a String of the given encoding
- uncompressString(byte[], Charset) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the input as a String of the given encoding
- update(byte[], int, int) - Method in class org.xerial.snappy.PureJavaCrc32C
- update(int) - Method in class org.xerial.snappy.PureJavaCrc32C