Dart.PowerTCP.EmailValidation Namespace : EnhancedStream Class |
Adds new methods on top of the Stream interface for type conversion, stream copying, and saving.
For a list of all members of this type, see EnhancedStream members.
System.Object
System.MarshalByRefObject
System.IO.Stream
Dart.PowerTCP.EmailValidation.EnhancedStream
Dart.PowerTCP.EmailValidation.PipeStream
Dart.PowerTCP.EmailValidation.TcpStream
[Visual Basic]
Public MustInherit Class EnhancedStream
Inherits Stream
[C#]
public abstract class EnhancedStream : Stream
[C++]
public __gc abstract class EnhancedStream : public Stream
[C++/CLI]
public ref class EnhancedStream abstract : public Stream
Inherit from this abstract class to create a Stream class with enhanced methods. For example, EnhancedStream.Save allows you to save Stream data directly to a file. EnhancedStream.ToString returns a string representation of the data contained within the Stream.
All PowerTCP Stream classes (such as SegmentedStream, PipeStream) inherit from this class to provide the enhanced capabilities described above to these classes.
Namespace: Dart.PowerTCP.EmailValidation
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerTCP.EmailValidation (in Dart.PowerTCP.EmailValidation.dll)
EnhancedStream Members | Dart.PowerTCP.EmailValidation Namespace
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.