public interface EffectProvider
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] data)
数据压缩.
|
byte[] |
uncompress(byte[] data)
数据解压.
|
byte[] compress(byte[] data)
throws IOException
data - 数据IOException - 异常byte[] uncompress(byte[] data)
throws IOException
data - 数据IOException - 异常Copyright © 2021. All rights reserved.