| Constructor and Description |
|---|
Lz4Provider() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] data)
数据压缩.
|
byte[] |
uncompress(byte[] data)
数据解压.
|
public byte[] compress(byte[] data)
throws IOException
Providercompress in interface Providerdata - 数据IOException - 异常public byte[] uncompress(byte[] data)
throws IOException
Provideruncompress in interface Providerdata - 数据IOException - 异常Copyright © 2019. All rights reserved.