ReadByte
IStreamWrapper.ReadByte 方法
从流中读取一个字节,并将流中的位置向前移动一个字节;如果在流的末尾,则返回 -1。
public int ReadByte()
返回值
读取的字节 Int32
另见
- 接口 IStreamWrapper
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
从流中读取一个字节,并将流中的位置向前移动一个字节;如果在流的末尾,则返回 -1。
public int ReadByte()
读取的字节 Int32