Syntax
| Result = object.Read(Buffer [, Count])
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Read one or more bytes from the stream. Reading starts at the Position property. Set Position to change the position
RemarksIf the Buffer parameter is omitted, then this method attempts to read all the data from the current position to the end of the stream. The position is advanced Count bytes upon completion.
Error CodesThe Clear method may generate the following error codes (refer to the ErrorConstants topic for a complete list of error codes):
| ||||||||||
See Also
|