Class LocalizedInput
java.lang.Object
java.io.Reader
java.io.BufferedReader
org.apache.derby.iapi.tools.i18n.LocalizedInput
- All Implemented Interfaces:
Closeable, AutoCloseable, Readable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BufferedReader
lines, mark, markSupported, read, read, readLine, ready, reset, skipMethods inherited from class Reader
nullReader, of, read, read, readAllAsString, readAllLines, transferTo
-
Field Details
-
in
-
-
Constructor Details
-
LocalizedInput
-
LocalizedInput
LocalizedInput(InputStream i, String encode) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
-
Method Details
-
isStandardInput
public boolean isStandardInput() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classBufferedReader- Throws:
IOException
-