Class: DataOutputStream

DataOutputStream

DataOutputStream is a wrapper for DataView which allows writing the data as a linear stream of data.


new DataOutputStream(dataView)

Parameters:
Name Type Description
dataView

the DataView object to write to.

Author:
  • derschmale <http://www.derschmale.com>

Members


<static> BIG_ENDIAN

Big Endian encoding


<static> LITTLE_ENDIAN

Little Endian encoding


byteLength

The size of the data view in bytes.


bytesAvailable

The amount of bytes still left in the file until EOF.


endian

The endianness used by the data.


offset

The current byte offset into the file.