Read Method

 Object: BinaryStream
 Syntax: Read ([in] numBytes)
 Returns: An array of binary characters
 Description: From the current location in the file, this method reads numBytes from the file and returns an array of binary characters. In Automation terms, this is a VT_UI1 | VT_ARRAY type. You can also check the AtEndOfStream property to determine if you've reached the end of file.

 

Previous Page Next Page