XsFileStream.WriteByte 方法 | |
Writes a byte to the current position in the file stream.
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD WriteByte(
b AS BYTE
) AS VOID
public override void WriteByte(
byte b
)
查看代码参数
- b
- 类型:Byte
异常 异常 | 条件 |
---|
ObjectDisposedException | The stream is closed. |
NotSupportedException | The stream does not support writing. |
参见