SunSPOT API V3.0


Uses of Class
java.io.Reader

Packages that use Reader
com.sun.squawk.io Provides classes for input and output through data streams. 
com.sun.squawk.util Provides classes for basic utilities sometimes jound in JSE. 
java.io Provides classes for input and output through data streams. 
 

Uses of Reader in com.sun.squawk.io
 

Subclasses of Reader in com.sun.squawk.io
 class BufferedReader
          Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
 

Constructors in com.sun.squawk.io with parameters of type Reader
BufferedReader(Reader in)
          Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader in, int sz)
          Create a buffering character-input stream that uses an input buffer of the specified size.
 

Uses of Reader in com.sun.squawk.util
 

Constructors in com.sun.squawk.util with parameters of type Reader
LineReader(Reader reader)
          Creates a new LineReader to parse the lines from a given Reader.
 

Uses of Reader in java.io
 

Subclasses of Reader in java.io
 class InputStreamReader
          An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.