Package org.archive.wayback.resourceindex.cdx.format

Examples of org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat


          e1.printStackTrace();
          System.exit(1);
        }
      } else if(args[idx].equals("-flexFormat")) {
        try {
          zl.setFormat(new CDXFlexFormat(" CDX A"));
        } catch (CDXFormatException e1) {
          e1.printStackTrace();
          System.exit(1);
        }
      } else if(args[idx].equals("-blockDump")) {
View Full Code Here

TOP

Related Classes of org.archive.wayback.resourceindex.cdx.format.CDXFlexFormat

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.