Defines streams for reading and writing primitive data and arrays of
primitive values. So-called "data" input and output streams are defined as
decorators around an existing "base" stream, so when you read or write on
a data stream, it's just performing an analogous operation on its base
stream.
Defines streams for reading and writing primitive data and arrays of primitive values. So-called "data" input and output streams are defined as decorators around an existing "base" stream, so when you read or write on a data stream, it's just performing an analogous operation on its base stream.