Package pku.cbi.abcgrid.worker.tar

Examples of pku.cbi.abcgrid.worker.tar.Tar.open()


        Tar app = new Tar();
        try
        {
            makeDir(targetDir);
            File fsrc = new File(fname);
            app.open(fsrc, "r:gz");
            //String dbname = extractName(fname);
            //String targetDirAndDB  = FilenameUtils.concat(targetDir,dbname);
            //app.extract(targetDirAndDB);
            app.extract(targetDir);
            //for saving the disk space, truncate file size to zero but
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.