Package org.apache.derby.iapi.tools.i18n
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 java.io.BufferedReader
lines, mark, markSupported, read, read, readLine, ready, reset, skip
Methods inherited from class java.io.Reader
nullReader, read, read, 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classBufferedReader
- Throws:
IOException
-