バージョン

WriteByte メソッド

ストリームにバイト値を書き込みます。
シンタックス
'宣言
 
Sub WriteByte( _
   ByVal b As Byte _
) 
void WriteByte( 
   byte b
)

パラメータ

b
書き込むバイト値。
参照