Zip for UWP/WinRT
ReadByte メソッド (C1ZStreamReader)

ストリームから1バイトを読み取り、ストリーム内の位置を1バイトだけ進めます。ストリームの末尾の場合は -1 を返します。
構文
'宣言
 
Public Overrides Function ReadByte() As System.Integer
public override System.int ReadByte()

戻り値の型

System.Int32 にキャストされた unsigned byte。ストリームの末尾の場合は -1。
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

参照

関連項目

C1ZStreamReader クラス
C1ZStreamReader メンバ

Send Feedback