|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.util.parse.BaseFileParser
lumis.util.parse.TxtParser
public class TxtParser
Extracts text from a text file.
Constructor Summary | |
---|---|
TxtParser()
|
Method Summary | |
---|---|
java.lang.String |
extract(java.io.InputStream inputStream,
java.nio.charset.Charset charset)
|
Methods inherited from class lumis.util.parse.BaseFileParser |
---|
extract, extract, extract, inferCharset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TxtParser()
Method Detail |
---|
public java.lang.String extract(java.io.InputStream inputStream, java.nio.charset.Charset charset) throws ParseException
extract
in interface IFileParser
extract
in class BaseFileParser
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |