XsBufferedFileStream.XRead Method | |
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
public int XRead(
long page,
byte[] bytes,
int count
)
Request Example
View SourceParameters
- page
- Type: Int64
- bytes
- Type: Byte
- count
- Type: Long
Return Value
Type:
LongSee Also