Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamReader Class / ReadByte Method

In This Topic
    ReadByte Method (C1ZStreamReader)
    In This Topic
    ストリームから1バイトを読み取り、ストリーム内の位置を1バイトだけ進めます。ストリームの末尾の場合は -1 を返します。
    Syntax
    'Declaration
     
    
    Public Overrides Function ReadByte() As Integer
    public override int ReadByte()

    Return Value

    System.Int32 にキャストされた unsigned byte。ストリームの末尾の場合は -1。
    See Also