| java.lang.Object com.flexive.extractor.Extractor
Extractor | public class Extractor (Code) | | |
Inner Class :public static enum DocumentType | |
extractData | public static ExtractedData extractData(String filename, DocumentType type)(Code) | | Extracts data from a given file.
Parameters: filename - the filename Parameters: type - the type of the document the extracted data |
extractData | public static ExtractedData extractData(File file, DocumentType type)(Code) | | Extracts data from a given file.
Parameters: file - the file Parameters: type - the type of the document the extracted data |
extractData | public static ExtractedData extractData(InputStream in, DocumentType type)(Code) | | Extracts data from a given input stream.
Parameters: in - the input stream to read from, it is not closed at the end Parameters: type - the type of the document the extracted data |
|
|