BinaryFile :: operator= - Assign binary file
The function allows assigning a binary file object from another binary file handle.
The function is also called when using the assign operator in OSI scripts.
Return value: - internal feature (not documented) ( odaba::utils::BinaryFile & )
Implementation details
odaba::utils::BinaryFile &
BinaryFile  :: operator= ( odaba::utils::BinaryFile &cBinaryFile )
The function creates a copy for the file handle passed in cBinaryFile. The reference count for the file object will be increased.
- cBinaryFile - - internal feature (not documented)