XsBufferedFileStream 构造函数 | |
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 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
)
查看代码参数
- path
- 类型:String
- mode
- 类型:FileMode
- faccess
- 类型:FileAccess
- share
- 类型:FileShare
- bufferSize
- 类型:Int32
- options
- 类型:FileOptions
参见