- out - Variable in class iobuffers.OutputBuffer
-
DataOutputStream used to write primitive data types.
- OutputBuffer - Class in iobuffers
-
This class implements an output stream in which the data is written
into a buffer and provides methods to write primitive data types.
- OutputBuffer() - Constructor for class iobuffers.OutputBuffer
-
Creates a new OutputBuffer
with a buffer capacity
of the default size (as the class ByteArrayOutputStream
),
though its size increases if necessary.
- OutputBuffer(int) - Constructor for class iobuffers.OutputBuffer
-
Creates a new OutputBuffer
, with a
buffer capacity of the specified size, in bytes.