Read()
IStreamWrapper::Read(System::ArrayPtr<uint8_t>, int32_t, int32_t) method
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
virtual void Aspose::Slides::IStreamWrapper::Read(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t count)=0
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | Sequence of bytes uint8_t[] |
offset | int32_t | Start reading position int32_t |
count | int32_t | Count bytes for reading int32_t |
See Also
- Typedef ArrayPtr
- Class IStreamWrapper
- Namespace Aspose::Slides
- Library Aspose.Slides