I/O Methods

binary

Supported By

Example

open file "logo.png" as "binary"

Description

The binary I/O method allows reading and writing as binary data. The variants read and written will be binarys.

Note

Reading something opened as binary without specifying a length will result in reading all the remaining data.

See Also

open, read, write, truncate, close