StreamWrapper Class |
Namespace: Aspose.Slides
The StreamWrapper 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 or sets 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 |
Disposes object.
|
![]() | Dispose(Boolean) |
Disposes object.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | 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.
|