Modifier and Type | Method and Description |
---|---|
private static void |
SnappyDecompressor.copyLiteral(byte[] input,
int ipIndex,
byte[] output,
int opIndex,
int length) |
private static int |
SnappyDecompressor.decompressAllTags(byte[] input,
int inputOffset,
int inputSize,
byte[] output,
int outputOffset) |
private static int[] |
SnappyDecompressor.decompressTagSlow(byte[] input,
int ipIndex,
byte[] output,
int outputLimit,
int outputOffset,
int opIndex)
This is a second copy of the inner loop of decompressTags used when near the end
of the input.
|
static int |
SnappyDecompressor.getUncompressedLength(byte[] compressed,
int compressedOffset) |
static int |
Snappy.getUncompressedLength(byte[] compressed,
int compressedOffset) |
private static int[] |
SnappyDecompressor.readUncompressedLength(byte[] compressed,
int compressedOffset)
Reads the variable length integer encoded a the specified offset, and
returns this length with the number of bytes read.
|
static byte[] |
SnappyDecompressor.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize) |
static byte[] |
Snappy.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize) |
static int |
SnappyDecompressor.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize,
byte[] uncompressed,
int uncompressedOffset) |
static int |
Snappy.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize,
byte[] uncompressed,
int uncompressedOffset) |