public interface Compression
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] buffer)
compress
|
byte[] |
decompress(byte[] buffer)
decompress
|
byte[] compress(byte[] buffer)
throws IOException
buffer - bufferIOException - IOExceptionbyte[] decompress(byte[] buffer)
throws IOException
buffer - bufferIOException - IOExceptionCopyright © 2025. All rights reserved.