read method
read
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
def read(self, buffer, offset, count):
...
Parameter | Type | Description |
---|---|---|
buffer | bytes | Sequence of bytes int[] |
offset | int | Start reading position int |
count | int | Count bytes for reading int |
See Also
- class
IStreamWrapper
- module
aspose.slides
- library
Aspose.Slides