The Output Stream Zoo
The subclasses of OutputStream are analogous to those of InputStream.
For example, to open a byte stream to an output file, use:
FileOutputStream s = new FileOutputStream("/usr/gcf/file");
OutputStream
ByteArray
OutputStream
FileOutput
Stream
FilterOutput
Stream
PipedOutput
Stream
Buffered
OutputStream
PrintStream
DataOutput
Stream
Previous slide
Next slide
Back to first slide
View graphic version