public interface IEncrypter
| 限定符和类型 | 方法和说明 |
|---|---|
int |
encryptData(byte[] buff) |
int |
encryptData(byte[] buff,
int start,
int len) |
int encryptData(byte[] buff)
throws ZipException
ZipExceptionint encryptData(byte[] buff,
int start,
int len)
throws ZipException
ZipException