Package com.zwl.util.zip.impl

Examples of com.zwl.util.zip.impl.ExtRandomAccessFile


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

TOP

Related Classes of com.zwl.util.zip.impl.ExtRandomAccessFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.