Package: java.io.* |
Product: JDK |
Release: 1.1.x |
Related Links: |
General
File
FilenameFilter
FileWriter
JPEGCodec
ObjectInputStream
OutputStream
PipedInputStream
PrintWriter
StreamTokenizer
|
Comment: |
The use of a PrinterWriter is easy instead of using the JDK1.0.2 method of DataOutputStream writeBytes() we can send output by means of a print, println, command. |