Interface Decompressor
- All Known Implementing Classes:
ZlibDecompressor
public interface Decompressor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
decompress
(byte[] data) getType()
void
reset()
void
shutdown()
-
Field Details
-
LOG
static final org.slf4j.Logger LOG
-
-
Method Details
-
getType
Compression getType() -
reset
void reset() -
shutdown
void shutdown() -
decompress
- Throws:
DataFormatException
-