org.apache.derby.iapi.tools.i18n
Class LocalizedInput

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by org.apache.derby.iapi.tools.i18n.LocalizedInput
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class LocalizedInput
extends java.io.BufferedReader


Field Summary
private  java.io.InputStream in
           
 
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()
           
 boolean isStandardInput()
           
 
Methods inherited from class java.io.BufferedReader
mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
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

LocalizedInput(java.io.InputStream i,
               java.lang.String encode)
         throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException
Method Detail

isStandardInput

public boolean isStandardInput()

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.BufferedReader
Throws:
java.io.IOException

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.