org.apache.nutch.parse
Class ParseText
java.lang.Object
org.apache.hadoop.io.VersionedWritable
org.apache.nutch.parse.ParseText
- All Implemented Interfaces:
- Writable
- public final class ParseText
- extends VersionedWritable
DIR_NAME
public static final String DIR_NAME
- See Also:
- Constant Field Values
ParseText
public ParseText()
ParseText
public ParseText(String text)
getVersion
public byte getVersion()
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
write
public final void write(DataOutput out)
throws IOException
- Throws:
IOException
read
public static final ParseText read(DataInput in)
throws IOException
- Throws:
IOException
getText
public String getText()
equals
public boolean equals(Object o)
toString
public String toString()
main
public static void main(String[] argv)
throws Exception
- Throws:
Exception
Copyright © 2006 The Apache Software Foundation