|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> tools >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.tools.i18n
Class LocalizedInput

java.lang.Objectjava.io.Reader
java.io.InputStreamReader
org.apache.derby.iapi.tools.i18n.LocalizedInput
- public class LocalizedInput
- extends java.io.InputStreamReader
| Field Summary | |
private java.io.InputStream |
in
|
| Fields inherited from class java.io.InputStreamReader |
|
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
LocalizedInput(java.io.InputStream i)
|
|
LocalizedInput(java.io.InputStream i,
java.lang.String encode)
|
|
| Method Summary | |
void |
close()
This method closes this stream, as well as the underlying InputStream. |
boolean |
isStandardInput()
|
| Methods inherited from class java.io.InputStreamReader |
getEncoding, read, read, ready, skip |
| Methods inherited from class java.io.Reader |
mark, markSupported, read, reset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
in
private java.io.InputStream in
| Constructor Detail |
LocalizedInput
public LocalizedInput(java.io.InputStream i)
LocalizedInput
public LocalizedInput(java.io.InputStream i, java.lang.String encode) throws java.io.UnsupportedEncodingException
| Method Detail |
isStandardInput
public boolean isStandardInput()
close
public void close()
throws java.io.IOException
- Description copied from class:
java.io.InputStreamReader - This method closes this stream, as well as the underlying
InputStream.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> tools >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC