public interface Compressor
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
compress(byte[] bytes) |
static Compressor |
getInstance(EnableCompress enableCompress) |
byte[] |
uncompress(byte[] bytes) |
byte[] compress(byte[] bytes)
byte[] uncompress(byte[] bytes)
static Compressor getInstance(EnableCompress enableCompress)
Copyright © 2019–2021 indunet. All rights reserved.