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
IOException
public static byte[] decode(byte[] inputBuffer, int offset, int length) throws IOException
IOException
public static int decode(byte[] inputBuffer, byte[] targetBuffer) throws IOException
IOException
public static int decode(byte[] sourceBuffer, int offset, int length, byte[] targetBuffer) throws IOException
IOException
public static int calculateUncompressedSize(byte[] data, int offset, int length) throws IOException
IOException
Copyright © 2013. All Rights Reserved.