|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Writer | |
java.io | Provides for system input and output through data streams, serialization and the file system. |
Uses of Writer in java.io |
Subclasses of Writer in java.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. |
class |
CharArrayWriter
This class implements a character buffer that can be used as an Writer. |
class |
FileWriter
Convenience class for writing character files. |
class |
FilterWriter
Abstract class for writing filtered character streams. |
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified . |
class |
PipedWriter
Piped character-output streams. |
class |
PrintWriter
Print formatted representations of objects to a text-output stream. |
class |
StringWriter
A character stream that collects its output in a string buffer, which can then be used to construct a string. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.