|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Writer | |
---|---|
com.sun.squawk.io | Provides classes for input and output through data streams. |
java.io | Provides classes for input and output through data streams. |
Uses of Writer in com.sun.squawk.io |
---|
Subclasses of Writer in com.sun.squawk.io | |
---|---|
class |
BufferedWriter
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings. |
Constructors in com.sun.squawk.io with parameters of type Writer | |
---|---|
BufferedWriter(Writer out)
Create a buffered character-output stream that uses a default-sized output buffer. |
|
BufferedWriter(Writer out,
int sz)
Create a new buffered character-output stream that uses an output buffer of the given size. |
Uses of Writer in java.io |
---|
Subclasses of Writer in java.io | |
---|---|
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |