Package net.bpiwowar.mg4j.extensions.utils

Examples of net.bpiwowar.mg4j.extensions.utils.HTMLDocumentFactory$WARCSegmentedDocument


   * @param compression
   *            true if the files are gzipped.
   */
  public WARCDocumentCollection(String[] file,
      int bufferSize, Compression compression, File metadataFile) throws IOException {
    super(file, new HTMLDocumentFactory(), bufferSize, compression, metadataFile);
  }
View Full Code Here

TOP

Related Classes of net.bpiwowar.mg4j.extensions.utils.HTMLDocumentFactory$WARCSegmentedDocument

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.