Node Director
Public Member Functions | List of all members
sfi.director.util.InputStreamReader Class Reference
Inheritance diagram for sfi.director.util.InputStreamReader:
java.io.FixedInputStreamReader

Public Member Functions

 InputStreamReader (java.io.InputStream stream)
 InputStreamReader (java.io.InputStream stream)
 InputStreamReader (java.io.InputStream stream, String charset) throws java.io.UnsupportedEncodingException
- Public Member Functions inherited from java.io.FixedInputStreamReader
 FixedInputStreamReader (InputStream in)
 This method initializes a new instance of InputStreamReader to read from the specified stream using the default encoding.
 FixedInputStreamReader (InputStream in, String encoding_name) throws UnsupportedEncodingException
 This method initializes a new instance of InputStreamReader to read from the specified stream using a caller supplied character encoding scheme.
void close () throws IOException
 This method closes this stream, as well as the underlying InputStream.
String getEncoding ()
 This method returns the name of the encoding that is currently in use by this object.
boolean ready () throws IOException
 This method checks to see if the stream is read to be read.
int read (char[] buf, int offset, int length) throws IOException
 This method reads up to length characters from the stream into the specified array starting at index offset into the array.
int read () throws IOException
 This method reads a single character of data from the stream.

Constructor & Destructor Documentation

sfi.director.util.InputStreamReader.InputStreamReader ( java.io.InputStream  stream)
sfi.director.util.InputStreamReader.InputStreamReader ( java.io.InputStream  stream)
sfi.director.util.InputStreamReader.InputStreamReader ( java.io.InputStream  stream,
String  charset 
) throws java.io.UnsupportedEncodingException

The documentation for this class was generated from the following files: