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

ParameterTypeDescription
bufferSystem::ArrayPtr<uint8_t>Sequence of bytes uint8_t[]
offsetint32_tStart reading position int32_t
countint32_tCount bytes for reading int32_t

See Also