- 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(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
-
- rawCompress(ByteBuffer, int, int, ByteBuffer, int) - Method in interface org.xerial.snappy.SnappyNativeAPI
-
- rawCompress(Object, int, int, Object, int) - Method in interface org.xerial.snappy.SnappyNativeAPI
-
- rawRead(Object, int, int) - Method in class org.xerial.snappy.SnappyInputStream
-
Read uncompressed data into the specified array
- rawUncompress(byte[], int, int, Object, int) - Static method in class org.xerial.snappy.Snappy
-
Uncompress the content in the input buffer.
- 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
-
- rawUncompress(ByteBuffer, int, int, ByteBuffer, int) - Method in interface org.xerial.snappy.SnappyNativeAPI
-
- rawUncompress(Object, int, int, Object, int) - Method in interface org.xerial.snappy.SnappyNativeAPI
-
- rawWrite(Object, int, int) - Method in class org.xerial.snappy.SnappyOutputStream
-
Compress the raw byte array data.
- 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.
- readHeader(InputStream) - Static method in class org.xerial.snappy.SnappyCodec
-
- 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
- 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(ByteBuffer, int, int) - Method in class org.xerial.snappy.SnappyNative
-
- uncompressedLength(Object, int, int) - Method in class org.xerial.snappy.SnappyNative
-
- uncompressedLength(ByteBuffer, int, int) - Method in interface org.xerial.snappy.SnappyNativeAPI
-
- uncompressedLength(Object, int, int) - Method in interface org.xerial.snappy.SnappyNativeAPI
-
- 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