public class LZFDecoder extends Object
ChunkDecoder, although static methods are left here
and may still be used.
All static methods use ChunkDecoderFactory.optimalInstance()
to find actual ChunkDecoder instance to use.| Constructor and Description |
|---|
LZFDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static int |
calculateUncompressedSize(byte[] data,
int offset,
int length) |
static byte[] |
decode(byte[] inputBuffer) |
static int |
decode(byte[] inputBuffer,
byte[] targetBuffer) |
static byte[] |
decode(byte[] inputBuffer,
int offset,
int length) |
static int |
decode(byte[] sourceBuffer,
int offset,
int length,
byte[] targetBuffer) |
public static byte[] decode(byte[] inputBuffer)
throws IOException
IOExceptionpublic static byte[] decode(byte[] inputBuffer,
int offset,
int length)
throws IOException
IOExceptionpublic static int decode(byte[] inputBuffer,
byte[] targetBuffer)
throws IOException
IOExceptionpublic static int decode(byte[] sourceBuffer,
int offset,
int length,
byte[] targetBuffer)
throws IOException
IOExceptionpublic static int calculateUncompressedSize(byte[] data,
int offset,
int length)
throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.