public interface IFileParser
Modifier and Type | Method and Description |
---|---|
String |
extract(File inputFile) |
String |
extract(File inputFile,
Charset charset) |
String |
extract(InputStream inputStream)
Extract text from an input stream.
|
String |
extract(InputStream inputtream,
Charset charset) |
String extract(File inputFile) throws ParseException, FileNotFoundException
ParseException
FileNotFoundException
String extract(File inputFile, Charset charset) throws ParseException, FileNotFoundException
ParseException
FileNotFoundException
String extract(InputStream inputtream, Charset charset) throws ParseException
ParseException
String extract(InputStream inputStream) throws ParseException, IOException
inputStream
- the input stream.ParseException
- if an error occurred while parsing
stream content.IOException
- if an I/O error occurred.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.