Package | Description |
---|---|
org.xerial.snappy |
Snappy API for compressing/decompressing data.
|
org.xerial.snappy.buffer |
Constructor and Description |
---|
SnappyOutputStream(java.io.OutputStream out,
int blockSize,
BufferAllocatorFactory bufferAllocatorFactory) |
Modifier and Type | Field and Description |
---|---|
private static BufferAllocatorFactory |
CachedBufferAllocator.factory |
static BufferAllocatorFactory |
DefaultBufferAllocator.factory |
Modifier and Type | Method and Description |
---|---|
static BufferAllocatorFactory |
CachedBufferAllocator.getBufferAllocatorFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
CachedBufferAllocator.setBufferAllocatorFactory(BufferAllocatorFactory factory) |