PowerTCP Mail for .NET
SegmentedStream Class Methods
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : SegmentedStream Class


"

For a list of all members of this type, see SegmentedStream members.

"

Public Methods

 NameDescription
public MethodBeginReadOverloaded. 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 MethodBeginWrite (Inherited from System.IO.Stream)
public MethodCloseOverridden.  Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.  
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodDisposeOverloaded.  (Inherited from System.IO.Stream)
public MethodEndReadOverloaded. Overridden.  Ends a pending asynchronous SegmentedStream.BeginRead request.  
public MethodEndWrite (Inherited from System.IO.Stream)
public MethodFlushOverridden.  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 MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodReadOverloaded. Overridden.  Read data from the stream into a byte array.  
public MethodReadByte (Inherited from System.IO.Stream)
public MethodSaveOverloaded. Saves the data in the stream to the file specified by fileName. (Inherited from Dart.PowerTCP.Mail.EnhancedStream)
public MethodSeekOverridden.  Seeks a specific position in the stream.  
public MethodSetLengthOverridden.  Sets the length of the Stream. This method always throws a NotSupportedException.  
public MethodToArrayReturns the byte array representation of the Stream data. (Inherited from Dart.PowerTCP.Mail.EnhancedStream)
public MethodWriteOverloaded.  Write data to the stream while carrying out a bytewise find/replace.  
public MethodWriteByte (Inherited from System.IO.Stream)
public MethodWriteToOverloaded. Writes all of the data contained in this Stream to a destination Stream. (Inherited from Dart.PowerTCP.Mail.EnhancedStream)
Top

Protected Methods

 NameDescription
protected MethodCreateWaitHandle (Inherited from System.IO.Stream)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
protected MethodResetPosition (Inherited from Dart.PowerTCP.Mail.PipeStream)
Top

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.