IStreamWrapper Interface |
Namespace: Aspose.Slides
The IStreamWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIDisposable |
Allows to get base IDisposable interface.
Read-only IDisposable.
|
![]() | CanRead |
Gets a value indicating whether the current stream supports reading.
Read-only Boolean.
|
![]() | CanSeek |
Gets a value indicating whether the current stream supports seeking.
Read-only Boolean.
|
![]() | CanWrite |
Gets a value indicating whether the current stream supports writing.
Read-only Boolean.
|
![]() | Length |
Gets the length in bytes of the stream.
Read-only Int64.
|
![]() | Position |
Gets the position within the current stream.
Read-only Int64.
|
![]() | Stream |
Gets a stream.
Read-only Stream.
|
Name | Description | |
---|---|---|
![]() | Close |
Closes the current stream and releases any resources.
|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
|
![]() | Read |
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
|
![]() | ReadByte |
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
|
![]() | Seek |
Sets the position within the current stream
|
![]() | Write |
writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
|
![]() | WriteByte |
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
|