Interface CompressionDecoder
-
- All Known Implementing Classes:
DeflateCompression,LZWCompression
public interface CompressionDecoderCompression decoder interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decode(byte[] bytes, java.nio.ByteOrder byteOrder)Decode the bytes
-