Zip for UWP/WinRT
WriteByte メソッド (C1ZStreamWriter)

ストリームに書き込まれる値。
1バイトをストリームの現在の位置に書き込み、ストリーム内の位置を1バイトだけ進めます。
構文
'宣言
 
Public Overrides Sub WriteByte( _
   ByVal value As System.Byte _
) 
public override void WriteByte( 
   System.byte value
)

パラメータ

value
ストリームに書き込まれる値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ZStreamWriter クラス
C1ZStreamWriter メンバ

Send Feedback