| 构造器和说明 |
|---|
lz4Decoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
decoder(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen) |
int |
decoderWithCompress(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
int orgLen) |
int |
decoderWithCompressAndDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
int orgLen,
AesCrypto aesCrypto) |
int |
decoderWithDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
AesCrypto aesCrypto) |
int |
initDecoder() |
int |
maxDecoderSize(int len) |
public int initDecoder()
initDecoder 在接口中 Decoderpublic int decoder(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen)
public int decoderWithCompress(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
int orgLen)
decoderWithCompress 在接口中 Decoderpublic int decoderWithDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
AesCrypto aesCrypto)
decoderWithDecrypt 在接口中 Decoderpublic int decoderWithCompressAndDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
int orgLen,
AesCrypto aesCrypto)
decoderWithCompressAndDecrypt 在接口中 Decoderpublic int maxDecoderSize(int len)
maxDecoderSize 在接口中 DecoderCopyright © 2017. All Rights Reserved.