Namespace StreamExtended.Network
Classes
CopyStream
Copies the source stream to destination stream. But this let users to peek and read the copying process.
CustomBufferedStream
A custom network stream inherited from stream with an underlying read buffer supporting both read/write of UTF-8 encoded string or raw bytes asynchronously from last read position.
DataEventArgs
Wraps the data sent/received event argument.
Interfaces
ICustomStreamReader
This concrete implemetation of interface acts as the source stream for CopyStream class.
ICustomStreamWriter
A concrete implementation of this interface is required when calling CopyStream.