ZLibStream.WriteByte(Byte) 方法

定義

寫入一個位元組至資料流的目前位置,並將資料流位置推進一個位元組。

public:
 override void WriteByte(System::Byte value);
public override void WriteByte (byte value);
override this.WriteByte : byte -> unit
Public Overrides Sub WriteByte (value As Byte)

參數

value
Byte

寫入資料流的位元組。

適用於