XsBufferedFileStream.XWrite Method | |
Bypass the buffered Write mechanism and call the original Write() method in the base class
Namespace:
XSharp.IO
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD XWrite(
page AS INT64,
bytes AS BYTE[],
count AS LONG
) AS LOGIC
public bool XWrite(
long page,
byte[] bytes,
int count
)
Request Example
View SourceParameters
- page
- Type: Int64
- bytes
- Type: Byte
- count
- Type: Long
Return Value
Type:
LogicSee Also