See Also

SegmentedStream Class  | Dart.PowerTCP.EmailValidation Namespace

See Also PowerTCP Email Validation for .NET

SegmentedStream Class Members

Dart.PowerTCP.EmailValidation Namespace : SegmentedStream Class

SegmentedStream overview

Public Constructors

Public Constructor SegmentedStream Constructor Overloaded.  Initializes a new instance of the SegmentedStream class for the specified stream object.

Public Properties

Public Property Available Gets the amount of bytes of data that has been received from the network and is available to be read.
Public Property CanRead Overridden.  Indicates that data can be read from the stream.
Public Property CanSeek Overridden.  Indicates that the stream can seek a specific location in the stream.
Public Property CanTimeout (Inherited from System.IO.Stream) 
Public Property CanWrite Overridden.  Indicates that data can be written to the stream.
Public Property Charset (Inherited from EnhancedStream) Gets and sets the character set used for string/byte array conversions.
Public Property CoreStream (Inherited from PipeStream)The internal stream to which all buffered reads/writes are being made.
Public Property Encoding (Inherited from EnhancedStream)Gets or sets the type of encoding to use.
Public Property Length (Inherited from PipeStream)Gets the length in bytes of the stream.
Public Property Position Overridden.  Gets or sets the position in the stream.
Public Property ReadTimeout (Inherited from System.IO.Stream) 
Public Property WriteTimeout (Inherited from System.IO.Stream) 

Public Methods

Public Method BeginRead Overloaded. Overridden.  Begins an asynchronous read from the stream that complete when at least one byte is read. This operation reads at most count bytes.
Public Method BeginWrite (Inherited from System.IO.Stream) 
Public Method Close Overridden.  Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
Public Method CreateObjRef (Inherited from System.MarshalByRefObject) 
Public Method Dispose (Inherited from EnhancedStream)Overloaded.  Releases all resources associated with the object.
Public Method EndRead Overloaded. Overridden.  Ends a pending asynchronous SegmentedStream.BeginRead request.
Public Method EndWrite (Inherited from System.IO.Stream) 
Public Method Flush Overridden.  Updates the underlying data source or repository with the current state of the buffer and then clears the buffer unless the internal Stream requires flushing..
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject) 
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject) 
Public Method Read Overloaded. Overridden.  Read data from the stream into a byte array.
Public Method ReadByte (Inherited from System.IO.Stream) 
Public Method Save (Inherited from EnhancedStream)Overloaded. Saves the data in the stream to the file specified by fileName.
Public Method Seek Overridden.  Seeks a specific position in the stream.
Public Method SetLength Overridden.  Sets the length of the Stream. This method always throws a NotSupportedException.
Public Method ToArray (Inherited from EnhancedStream)Returns the byte array representation of the Stream data.
Public Method ToString (Inherited from EnhancedStream)Returns the string representation of the Stream data.
Public Method Write Overloaded.  Write data to the stream while carrying out a bytewise find/replace.
Public Method WriteByte (Inherited from System.IO.Stream) 
Public Method WriteTo (Inherited from EnhancedStream)Overloaded. Writes all of the data contained in this Stream to a destination Stream.

Public Events

Public Event Trace  

Protected Methods

Protected Method CreateWaitHandle (Inherited from System.IO.Stream) 
Protected Method FinalWrite (Inherited from PipeStream) 
Protected Method InternalWrite (Inherited from PipeStream) 
Protected Method MemberwiseClone (Inherited from System.MarshalByRefObject)Overloaded.  
Protected Method ReadFilter (Inherited from PipeStream) 
Protected Method ResetPosition (Inherited from PipeStream) 

See Also

SegmentedStream Class  | Dart.PowerTCP.EmailValidation Namespace


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.