Package | Description |
---|---|
lumis.util.parse |
Modifier and Type | Method and Description |
---|---|
String |
BaseFileParser.extract(File inputFile) |
String |
IFileParser.extract(File inputFile) |
String |
TikaParser.extract(File inputFile) |
String |
BaseFileParser.extract(File inputFile,
Charset charset) |
String |
IFileParser.extract(File inputFile,
Charset charset) |
String |
TikaParser.extract(File inputFile,
Charset charset) |
String |
BaseFileParser.extract(InputStream inputStream) |
String |
IFileParser.extract(InputStream inputStream)
Extract text from an input stream.
|
String |
TikaParser.extract(InputStream inputStream) |
abstract String |
BaseFileParser.extract(InputStream inputStream,
Charset charset) |
String |
HtmlParser.extract(InputStream inputStream,
Charset charset) |
String |
IFileParser.extract(InputStream inputtream,
Charset charset) |
String |
PdfParser.extract(InputStream inputStream,
Charset charset) |
String |
TikaParser.extract(InputStream inputStream,
Charset charset) |
String |
TxtParser.extract(InputStream inputStream,
Charset charset) |
String |
HtmlParser.extract(String input) |
static String |
TikaUtil.extractText(File file)
Extracts the text from the given file.
|
static String |
TikaUtil.extractText(InputStream inputStream)
Extracts text from the given input stream.
|
static String |
TikaUtil.getContentType(File file)
Extracts the content type from the given file.
|
static String |
TikaUtil.getContentType(InputStream inputStream)
Extracts the content type from the given input stream.
|
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.