Examples of ExtRandomAccessFile


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
Copyright © 2018 www.massapi.com. 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.