public interface Compressor extends com.jd.laf.extension.Type<String>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
compress(byte[] bytes,
int offset,
int size,
OutputStream out) |
void |
decompress(byte[] bytes,
int offset,
int size,
OutputStream out) |
void compress(byte[] bytes,
int offset,
int size,
OutputStream out)
throws IOException
IOExceptionvoid decompress(byte[] bytes,
int offset,
int size,
OutputStream out)
throws IOException
IOExceptionCopyright © 2020 Joyqueue Community. All rights reserved.