static Supplier<LzfCompressor> |
LzfCompressor.newFactory() |
Creates a new LZF compressor factory with the most optimal available methods for underlying data access.
|
static Supplier<LzfCompressor> |
LzfCompressor.newFactory(boolean safeInstance) |
Creates a new LZF compressor factory with specified encoding instance.
|
static Supplier<LzfCompressor> |
LzfCompressor.newFactory(boolean safeInstance,
int totalLength) |
Creates a new LZF compressor factory with specified encoding instance and compressThreshold.
|
static Supplier<LzfCompressor> |
LzfCompressor.newFactory(boolean safeInstance,
int totalLength,
int compressThreshold) |
Creates a new LZF compressor factory with specified settings.
|
static Supplier<LzfCompressor> |
LzfCompressor.newFactory(int totalLength) |
Creates a new LZF compressor factory with specified total length of encoded chunk.
|