点击或拖拽改变大小

XsFileStream.WriteByte 方法

X#
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
查看代码

参数

b
类型:Byte
异常
异常条件
ObjectDisposedExceptionThe stream is closed.
NotSupportedExceptionThe stream does not support writing.
参见