LongBinaryStream REALbasic Plugin |
|
LongBinaryStream.Constructor Constructor
The default constructor for the LongBinaryStream, which takes a FolderItem and a Boolean parameter.
Constructor(
f as FolderItem,
write as Boolean)
Parameters
- f
- The FolderItem to work with
- write
- Set this parameter to true if you want to open the stream for writing, otherwise its opened for reading.
Remarks
To know if creating a valid LongBinaryStream was successful then always check the LastError property of the object right after constructing it.
See Also
LongBinaryStream Class