Read
IStreamWrapper.Read method
从当前流中读取字节序列,并将流中的位置前进读取的字节数。
public void Read(byte[] buffer, int offset, int count)
范围 | 类型 | 描述 |
---|---|---|
buffer | Byte[] | 字节序列Byte[] |
offset | Int32 | 开始读取位置Int32 |
count | Int32 | 读取字节数Int32 |
也可以看看
- interface IStreamWrapper
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides