public class StandardDecrypter extends Object implements IDecrypter
| Constructor and Description |
|---|
StandardDecrypter(FileHeader fileHeader,
byte[] headerBytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
decryptData(byte[] buff) |
int |
decryptData(byte[] buff,
int start,
int len) |
void |
init(byte[] headerBytes) |
public StandardDecrypter(FileHeader fileHeader, byte[] headerBytes) throws ZipException
ZipExceptionpublic int decryptData(byte[] buff)
throws ZipException
decryptData in interface IDecrypterZipExceptionpublic int decryptData(byte[] buff,
int start,
int len)
throws ZipException
decryptData in interface IDecrypterZipExceptionpublic void init(byte[] headerBytes)
throws ZipException
ZipExceptionCopyright © 2013. All rights reserved.