Click or drag to resize

XsBufferedFileStream.XRead Method

X#
Bypass the buffered Read mechanism and call the original Read() method in the base class

Namespace:  XSharp.IO
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 METHOD XRead(
	page AS INT64,
	bytes AS BYTE[],
	count AS LONG
) AS LONG
Request Example View Source

Parameters

page
Type: Int64
bytes
Type: Byte
count
Type: Long

Return Value

Type: Long
See Also