|
|
|
|
|
Creates
a buffer in memory. All the data that you send to the stream is placed in this
buffer.
|
Optional
initial size of the buffer.
|
To
designate the destination of your data. Connect it to a
FilterOutputStream
object to provide a useful interface.
|
|
For
sending information to a file.
|
A
String
representing the file name, or a
File
or
FileDescriptor
object.
|
To
designate the destination of your data. Connect it to a
FilterOutputStream
object to provide a useful interface.
|
|
Any
information you write to this automatically ends up as input for the associated
PipedInput-Stream.
Implements the “piping” concept.
|
|
To
designate the destination of your data for multithreading. Connect it to a
FilterOutputStream
object to provide a useful interface.
|
|
Abstract
class which is an interface for decorators that provide useful functionality to
the other
OutputStream
classes. See Table
10-4.
|
|
|