|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliuslite.utils.MSExtractor
public abstract class MSExtractor
Defines a Microsoft document content extractor.
Constructor Summary | |
---|---|
MSExtractor()
Constructs a new Microsoft document extractor. |
Method Summary | |
---|---|
void |
extract(java.io.InputStream input)
Extracts properties and text from an MS Document input stream |
abstract java.lang.String |
extractText(java.io.InputStream input)
Extracts the text content from a Microsoft document input stream. |
void |
setContents(java.util.List<Content> contents)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MSExtractor()
Method Detail |
---|
public void setContents(java.util.List<Content> contents)
public void extract(java.io.InputStream input) throws java.lang.Exception
java.lang.Exception
public abstract java.lang.String extractText(java.io.InputStream input) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |