public final class PipedZipBufferFactory extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PipedZipBufferFactory.DeflatingPipedBuffer |
static interface |
PipedZipBufferFactory.InflatingPipedBuffer |
Constructor and Description |
---|
PipedZipBufferFactory() |
Modifier and Type | Method and Description |
---|---|
static PipedZipBufferFactory.DeflatingPipedBuffer |
createDeflatingBuffer(int compressedDataSize) |
static PipedZipBufferFactory.DeflatingPipedBuffer |
createDeflatingBuffer(int compressedDataSize,
int compressionLevel) |
static PipedZipBufferFactory.InflatingPipedBuffer |
createInflatingBuffer(int compressedDataSize) |
public static PipedZipBufferFactory.DeflatingPipedBuffer createDeflatingBuffer(int compressedDataSize)
public static PipedZipBufferFactory.DeflatingPipedBuffer createDeflatingBuffer(int compressedDataSize, int compressionLevel)
public static PipedZipBufferFactory.InflatingPipedBuffer createInflatingBuffer(int compressedDataSize)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.