XsBufferedFileStream Constructor | |
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
)
public XsBufferedFileStream(
string path,
FileMode mode,
FileAccess faccess,
FileShare share,
int bufferSize,
FileOptions options
)
Request Example
View SourceParameters
- path
- Type: String
- mode
- Type: FileMode
- faccess
- Type: FileAccess
- share
- Type: FileShare
- bufferSize
- Type: Long
- options
- Type: FileOptions
See Also