public interface Compression
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.