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
ZipException
public int decryptData(byte[] buff) throws ZipException
decryptData
in interface IDecrypter
ZipException
public int decryptData(byte[] buff, int start, int len) throws ZipException
decryptData
in interface IDecrypter
ZipException
public void init(byte[] headerBytes) throws ZipException
ZipException
Copyright © 2013. All rights reserved.