The binary object class is used to store opaque data. The data can be anything - from plain text to
binary data such as images or PDF files. The object provides a number of methods to manipulate and
access the contents of the binary data.
Returns data about a file system object via a call to 'stat'
Object Properties
Name
Type/Value
Range/Length
Description
length
string
Required.
This property returns the number of octets in the loaded data portion of
the binary object. Note that if the object does not currently hold any data
then the value of this property will be zero.
eof
binary
Optional.
Read-only. Used when reading an input file to indicate end-of-file reached