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

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()
           
 boolean isStandardInput()
           
 
Methods inherited from class java.io.InputStreamReader
getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, reset, skip
 
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
Throws:
java.io.IOException

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.