DataStreamBase
Description
- Derived from
-
Disposable abstract
IDataStream - Extended by
-
BufferDataStreamBase abstract
MemoryDataStream sealed
ReadonlyDataStreamBase abstract
WriteonlyDataStreamBase abstract
Abstract implementation of the IDataStream interface.
Protected / Methods
DoFinish
Finishes writing to this data stream.
The IFlushable.Flush method will be called after this method has returned.
- IOException
-
If an I/O error has occurred.