.NET 框架类库
X# Runtime and VO SDK Reference
X# Runtime and SDK Reference
XSharp.IO
XsFileStream 类
XsFileStream 方法
CreateFileStream 方法
Flush 方法
Lock 方法
Read 方法
Seek 方法
SetLength 方法
Unlock 方法
Write 方法
WriteByte 方法
XsFileStream.SetLength 方法
Sets the length of this stream to the given value.
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
X#
C#
复制
VIRTUAL
METHOD
SetLength
(
length
AS
INT64
)
AS
VOID
public
override
void
SetLength
(
long
length
)
查看代码
参数
length
类型:
Int64
异常
异常
条件
IOException
An I/O error has occurred.
NotSupportedException
The stream does not support both writing and seeking.
ArgumentOutOfRangeException
Attempted to set the
value
parameter to less than 0.
参见
引用
XsFileStream 类
XSharp.IO 命名空间