-
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
static int
private static int[]
Reads the variable length integer encoded a the specified offset, and
returns this length with the number of bytes read.
static byte[]
Snappy.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize)
static int
Snappy.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize,
byte[] uncompressed,
int uncompressedOffset)
static byte[]
SnappyDecompressor.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize)
static int
SnappyDecompressor.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize,
byte[] uncompressed,
int uncompressedOffset)