LumiSoft Net Help
LumiSoft.Net.IO Namespace
NamespacesLumiSoft.Net.IO

[Missing <summary> documentation for "N:LumiSoft.Net.IO"]

Types
All TypesClassesEnumerations
IconTypeDescription
Base64
This class implements base64 encoder/decoder. Defined in RFC 4648.

Base64Stream
This class implements base64 encoder/decoder. Defined in RFC 4648.

DataSizeExceededException
The exception that is thrown when maximum allowed data size has exceeded.

FifoBuffer
Implements FIFO(first in - first out) buffer.

IncompleteDataException
The exception that is thrown when incomplete data received. For example for ReadPeriodTerminated() method reaches end of stream before getting period terminator.

JunkingStream
This stream just junks all written data.

LineSizeExceededException
The exception that is thrown when maximum allowed line size has exceeded.

MemoryStreamEx
This class represents auto switching memory/temp-file stream.

MultiStream
This class combines multiple stream into one stream for reading. The most common usage for that stream is when you need to insert some data to the beginning of some stream.

PartialStream
Implements read-only stream what operates on specified range of source stream

QuotedPrintableStream
Implements RFC 2045 6.7. Quoted-Printable stream.

SmartStream..::..ReadLineAsyncOP
This class implements read line operation.

SmartStream..::..ReadPeriodTerminatedAsyncOP
This class implements read period-terminated operation.

ReadWriteControlledStream
This class implements read,write or read-write access stream.

SizeExceededAction
Specifies action what is done if requested action exceeds maximum allowed size.

SmartStream
This class is wrapper to normal stream, provides most needed stream methods which are missing from normal stream.

SmartStream..::..WritePeriodTerminatedAsyncOP
SmartStream..::..WriteStreamAsyncOP
This class represents WriteStreamAsync(SmartStream..::..WriteStreamAsyncOP) asynchronous operation.