Back to product page

Read method


Reads data from the Blob into the memory.

Type

An array of Byte values. Byte array data.

Syntax

  • Basic
object.Read (ReadCount)
The Read(object,ReadCount) syntax has these parts:
objectAn expression evaluating to an object of type Blob
ReadCountRequired. A Long value. Number of bytes to read.

Remarks

This is an internal object - YOU SHOULD NOT USE IT DIRECTLY, unless you are 100% sure of what you're doing.

The Read method reads data from the Blob and transfers it through a Byte() array.

Platforms

Windows