org.apache.nutch.parse.zip
Class ZipTextExtractor

java.lang.Object
  extended by org.apache.nutch.parse.zip.ZipTextExtractor

public class ZipTextExtractor
extends Object

Author:
Rohit Kulkarni & Ashish Vaidya

Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
ZipTextExtractor(Configuration conf)
          Creates a new instance of ZipTextExtractor
 
Method Summary
 String extractText(InputStream input, String url, List outLinksList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

ZipTextExtractor

public ZipTextExtractor(Configuration conf)
Creates a new instance of ZipTextExtractor

Method Detail

extractText

public String extractText(InputStream input,
                          String url,
                          List outLinksList)
                   throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation