public interface IFileParser
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.Lumisportal 7.1.1.140331 - Copyright � 2006�2014 Lumis EIP Tecnologia da Informa��o LTDA. All Rights Reserved.