Click or drag to resize

XsBufferedFileStream Constructor

X#
Initializes a new instance of the XsBufferedFileStream class

Namespace:  XSharp.IO
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	path AS STRING,
	mode AS FileMode,
	faccess AS FileAccess,
	share AS FileShare,
	bufferSize AS LONG,
	options AS FileOptions
)
Request Example View Source

Parameters

path
Type: String
mode
Type: FileMode
faccess
Type: FileAccess
share
Type: FileShare
bufferSize
Type: Long
options
Type: FileOptions
See Also