public interface Compress
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
compress(byte[] array)
Compress.
|
byte[] |
unCompress(byte[] array)
Un compress.
|
byte[] compress(byte[] array)
throws IOException
array - the arrayIOException - Signals that an I/O exception has occurred.byte[] unCompress(byte[] array)
throws IOException
array - the arrayIOException - Signals that an I/O exception has occurred.Copyright © 2022 Baidu, Inc.. All rights reserved.