public static class IOConverter.EncodingInputStream extends InputStream
| Constructor and Description |
|---|
EncodingInputStream(File file,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
void |
reset() |
InputStream |
toOriginalInputStream() |
available, mark, markSupported, read, read, skippublic EncodingInputStream(File file, String charset) throws IOException
IOExceptionpublic int read() throws IOException
read in class InputStreamIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void reset() throws IOException
reset in class InputStreamIOExceptionpublic InputStream toOriginalInputStream() throws FileNotFoundException
FileNotFoundExceptionApache Camel