Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.tools.i18n
Class LocalizedInput  view LocalizedInput download LocalizedInput.java

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.InputStreamReader
          extended byorg.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.