XsBufferedFileStream.XWrite 方法 | |
Bypass the buffered Write mechanism and call the original Write() method in the base class
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD XWrite(
page AS INT64,
bytes AS BYTE[],
count AS LONG
) AS LOGIC
public bool XWrite(
long page,
byte[] bytes,
int count
)
查看代码参数
- page
- 类型:Int64
- bytes
- 类型:Byte
- count
- 类型:Int32
返回值
类型:
Boolean参见