![]() | Mime |
Class | Description | |
---|---|---|
![]() | BoundStream | A bounded stream, confined to reading and writing data to a limited subset of the overall source stream. |
![]() | ChainedStream | A chained stream. |
![]() | FilteredStream | A stream which filters data as it is read or written. |
![]() | MeasuringStream | A stream useful for measuring the amount of data written. |
![]() | MemoryBlockStream | An efficient memory stream implementation that sacrifices the ability to get access to the internal byte buffer in order to drastically improve performance. |
Interface | Description | |
---|---|---|
![]() | ICancellableStream | An interface allowing for a cancellable stream reading operation. |