Class BufferedInputStreamReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
org.pentaho.di.trans.steps.fileinput.text.BufferedInputStreamReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
Wraps an InputStreamReader with a BufferedReader enabling mark/reset and other buffered features while still being
able to report the original encoding.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.BufferedReader
close, lines, mark, markSupported, read, read, readLine, ready, reset, skip
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Constructor Details
-
BufferedInputStreamReader
-
-
Method Details
-
getEncoding
-