| Package | Description |
|---|---|
| com.ning.compress.lzf | |
| com.ning.compress.lzf.impl | |
| com.ning.compress.lzf.util |
| Constructor and Description |
|---|
LZFInputStream(InputStream in,
boolean fullReads,
ChunkDecoder decoder) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnsafeChunkDecoder
Highly optimized
ChunkDecoder implementation that uses
Sun JDK's Unsafe class (which may be included by other JDK's as well;
IBM's apparently does). |
class |
VanillaChunkDecoder
Safe
ChunkDecoder implementation that can be used on any
platform. |
| Modifier and Type | Method and Description |
|---|---|
static ChunkDecoder |
ChunkDecoderFactory.optimalInstance()
Method to use for getting decompressor instance that uses the most optimal
available methods for underlying data access.
|
static ChunkDecoder |
ChunkDecoderFactory.safeInstance()
Method that can be used to ensure that a "safe" decompressor instance is loaded.
|
| Constructor and Description |
|---|
LZFFileInputStream(File file,
ChunkDecoder decompressor) |
LZFFileInputStream(FileDescriptor fdObj,
ChunkDecoder decompressor) |
LZFFileInputStream(String name,
ChunkDecoder decompressor) |
Copyright © 2013. All Rights Reserved.