Read
IStreamWrapper.Read method
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
public void Read(byte[] buffer, int offset, int count)
Parameter | Type | Description |
---|---|---|
buffer | Byte[] | Sequence of bytes Byte[] |
offset | Int32 | Start reading position Int32 |
count | Int32 | Count bytes for reading Int32 |
See Also
- interface IStreamWrapper
- namespace Aspose.Slides
- assembly Aspose.Slides