public class JdkDeflaterCompressor extends Compressor
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
COMPRESSOR_ID |
| コンストラクタと説明 |
|---|
JdkDeflaterCompressor() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ByteBuffer |
compress(byte[] serialized) |
ByteBuffer |
compress(byte[] serialized,
int offset,
int length) |
ByteBuffer |
decompress(byte[] b,
int offset,
int length) |
int |
getCompressorId() |
getAppliedCompressor, getCompressor, registerCompressor, writeMagicBytespublic static final int COMPRESSOR_ID
public int getCompressorId()
getCompressorId クラス内 Compressorpublic ByteBuffer compress(byte[] serialized)
compress クラス内 Compressorpublic ByteBuffer compress(byte[] serialized, int offset, int length)
compress クラス内 Compressorpublic ByteBuffer decompress(byte[] b, int offset, int length)
decompress クラス内 CompressorCopyright © 2013–2016. All rights reserved.