点击或拖拽改变大小

XsBufferedFileStream.XRead 方法

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

命名空间:  XSharp.IO
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 METHOD XRead(
	page AS INT64,
	bytes AS BYTE[],
	count AS LONG
) AS LONG
查看代码

参数

page
类型:Int64
bytes
类型:Byte
count
类型:Int32

返回值

类型:Int32
参见