Click or drag to resize
Lawo.IO Namespace
Contains types related to the ones in the System.IO namespace.
Classes
  ClassDescription
Public classBuffer
Implements the common members of ReadBuffer and WriteBuffer.
Public classBufferStream
Provides common functionality for streams that use buffers to read from and write to an underlying stream.
Public classConnectionLostEventArgs
Provides the data for the ConnectionLost event.
Public classDefaults
Provides common defaults.
Public classJsonSerializer
Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects.
Public classNonSeekableStream
Overrides Stream members associated with seeking so that they throw NotSupportedException.
Public classReadBuffer
Provides a thin wrapper for a buffer that is filled by calling the provided callback.
Public classStreamHelper
Provides common stream algorithms.
Public classTelnetStream
Transparently encodes and decodes the communication with a telnet server as defined in RFC 854.
Public classWriteBuffer
Provides a thin wrapper for a buffer that is emptied by calling the provided callback.
Interfaces
  InterfaceDescription
Public interfaceIMonitoredConnection
Represents a connection between two entities that is monitored for connection loss.
Delegates
  DelegateDescription
Public delegateReadAsyncCallback
References a method to be called when bytes need to be read from a source asynchronously.
Public delegateReadCallback
References a method to be called when bytes need to be read from a source.
Public delegateWriteAsyncCallback
References a method to be called when bytes need to written to a sink asynchronously.
Public delegateWriteCallback
References a method to be called when bytes need to written to a sink.