Modifier and Type | Method and Description |
---|---|
static int |
Snappy.getUncompressedLength(byte[] compressed,
int compressedOffset) |
static byte[] |
Snappy.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize) |
static int |
Snappy.uncompress(byte[] compressed,
int compressedOffset,
int compressedSize,
byte[] uncompressed,
int uncompressedOffset) |
Copyright © 2011–2020. All rights reserved.