| 程序包 | 说明 |
|---|---|
| alibaba.drcnet.decoder |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
lz4Decoder.decoderWithCompressAndDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
int orgLen,
AesCrypto aesCrypto) |
int |
Decoder.decoderWithCompressAndDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
int orgLen,
AesCrypto aesCrypto) |
int |
lz4Decoder.decoderWithDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
AesCrypto aesCrypto) |
int |
Decoder.decoderWithDecrypt(byte[] srcBuf,
int srcBufOffset,
byte[] dstBuf,
int dstBufOffset,
int totalLen,
AesCrypto aesCrypto) |
Copyright © 2017. All Rights Reserved.