public function Read( bufferStartingLocation : int, data : Stream, numberBytesToRead : int, flag : LockFlag );
Parameters
bufferStartingLocation
System.Int32 An integer that represents the offet, in bytes, of where to begin reading from the capture buffer. This parameter is ignored if LockFlag.FromWriteCursor is specified in the flag parameter.
System.Int32 An integer that represents the number of bytes read into data from the buffer. The buffer is conceptually circular, so this number can exceed the number of bytes between bufferStartingLocation and the end of the buffer.