Read
StreamWrapper.Read method
从当前流中读取字节序列,并将流中的位置前进读取的字节数。
public void Read(byte[] buffer, int offset, int count)
也可以看看
- class StreamWrapper
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
从当前流中读取字节序列,并将流中的位置前进读取的字节数。
public void Read(byte[] buffer, int offset, int count)