[Missing namespace summary documentation for N:LumiSoft.Net.IO]
| C# | Visual Basic | Managed C++ |
namespace LumiSoft.Net.IO
Namespace LumiSoft.Net.IO
namespace LumiSoft.Net.IO
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| DataSizeExceededException |
The exception that is thrown when maximum allowed data size has exceeded.
| |
| IncompleteDataException |
The exception that is thrown when incomplete data received.
For example for ReadPeriodTerminated() method reaches end of stream before getting period terminator.
| |
| LineSizeExceededException |
The exception that is thrown when maximum allowed line size has exceeded.
| |
| ReadLine_EventArgs |
This class proviedes data to asynchronous read line callback method.
NOTE: ReadLine_EventArgs is reused for next read line call, so don't store references to this class.
| |
| ReadLineCallback |
This delegate represents callback method for BeginReadLine.
| |
| ReadToStream_EventArgs |
This class provides data to asynchronous read to stream methods callback.
| |
| ReadToStreamCallback |
This delegate represents callback method for BeginReadToEnd,BeginReadHeader,BeginReadPeriodTerminated.
| |
| SizeExceededAction |
Specifies action what is done if requested action exceeds maximum allowed size.
| |
| StreamHelper |
Stream wrapper class, provides many usefull read and write methods for stream.
| |
| Write_EventArgs |
This class provides data for BeginWriteCallback delegate.
| |
| WriteCallback |
This delegate represents callback method for BeginWrite.
| |
| WriteStream_EventArgs |
This class provides data to asynchronous write from stream methods callback.
| |
| WriteStreamCallback |
This delegate represents callback method for BeginWrite,BeginWritePeriodTerminated.
|