Package | Description |
---|---|
java.io |
Input/Output support
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedOutputStream
This class accumulates bytes written in a buffer instead of immediately
writing the data to the underlying output sink.
|
class |
DataOutputStream
A data output stream lets an application write primitive Java data
types to an output stream in a portable way.
|