MVPSI.JAMS Namespace : IStream Interface |
The following tables list the members exposed by IStream.
Name | Description | |
---|---|---|
![]() | CanRead | Returns true if the stream supports reading. |
![]() | CanSeek | Returns true if the stream supports seeking |
![]() | CanWrite | Returns true if the stream supports writing. |
![]() | Length | Returns the length of the stream. |
![]() | Position | Gets or sets the position of the stream. |
Name | Description | |
---|---|---|
![]() | Close | Closes the stream. |
![]() | Flush | Flushes the stream |
![]() | Read | Reads bytes from the stream |
![]() | Seek | Seeks |
![]() | SetLength | Sets the length of the stream. |
![]() | Write | Writes the bytes to the stream |