5657585960616263
protected File zipFile; public AesZipFileDecrypter( File zipFile ) throws IOException { this.zipFile = zipFile; this.raFile = new ExtRandomAccessFile( zipFile ); this.dirOffsetPos = zipFile.length() - 6; }