ReadByte

IStreamWrapper.ReadByte 方法

从流中读取一个字节,并将流中的位置向前移动一个字节,或在流的末尾返回 -1。

public int ReadByte()

返回值

读取的字节 Int32

另请参见