new DataOutputStream(dataView)
Parameters:
Name | Type | Description |
---|---|---|
dataView |
the DataView object to write to. |
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.