public class Bzip2Provider extends Object implements EffectProvider
| Constructor and Description |
|---|
Bzip2Provider() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] data)
数据压缩.
|
byte[] |
uncompress(byte[] data)
数据解压.
|
public byte[] compress(byte[] data)
throws IOException
EffectProvidercompress in interface EffectProviderdata - 数据IOException - 异常public byte[] uncompress(byte[] data)
EffectProvideruncompress in interface EffectProviderdata - 数据Copyright © 2020. All rights reserved.