Click or drag to resize

XsBufferedFileStream.XWrite Method

X#
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
Request Example View Source

Parameters

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

Return Value

Type: Logic
See Also