Write()

IStreamWrapper::Write(System::ArrayPtr<uint8_t>, int32_t, int32_t) method

writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

virtual void Aspose::Slides::IStreamWrapper::Write(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t count)=0

Arguments

ParameterTypeDescription
bufferSystem::ArrayPtr<uint8_t>An array of bytes uint8_t[]
offsetint32_tThe zero-based byte offset in buffer at which to begin copying bytes to the current stream int32_t
countint32_tThe number of bytes to be written to the current stream int32_t

See Also