ConverterStream Constructor (Stream, TextConverter, ConverterStreamAccess)
The ConverterStream constructor creates a new ConverterStream object that uses converter to either read from or write into stream, based on the value supplied by access.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
stream As Stream, _
converter As TextConverter, _
access As ConverterStreamAccess _
)
public ConverterStream (
Stream stream,
TextConverter converter,
ConverterStreamAccess access
)
public:
ConverterStream (
Stream^ stream,
TextConverter^ converter,
ConverterStreamAccess access
)
public ConverterStream (
Stream stream,
TextConverter converter,
ConverterStreamAccess access
)
public function ConverterStream (
stream : Stream,
converter : TextConverter,
access : ConverterStreamAccess
)
Parameters
- stream
The Stream object to read from or write into.
- converter
The TextConverter object to use when reading to or writing from stream.
- access
The ConverterStreamAccess enumeration that specifies whether to read from or write to stream.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003