Package SevenZip

Examples of SevenZip.MyRandomAccessFile


    public IInStream _inStream;
    public ArchiveDB _database;
    int _numThreads = 1// XXX: configurable
   
    public Handler(File archive) throws IOException {
        this(new MyRandomAccessFile(archive, "r"), kMaxCheckStartPosition);
    }
View Full Code Here

TOP

Related Classes of SevenZip.MyRandomAccessFile

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.