|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Extractor
Content Extractor interface
| Method Summary | |
|---|---|
String |
extract(InputStream source)
Extract text from a source |
String |
getMimeType()
Mimetype this Extractor handles |
void |
setMimeType(String mimetype)
Mimetype this Extractor handles |
| Method Detail |
|---|
void setMimeType(String mimetype)
mimetype - String representing the MIME TypeString getMimeType()
String extract(InputStream source)
throws Exception
source - InputStream where the data comes from
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||