次の方法で共有


ConverterStream Members

The ConverterStream class is a stream-based converter that can be configured for reading or writing.

The following tables list the members exposed by the ConverterStream type.

Public Constructors

  Name Description
ConverterStream Overloaded. The ConverterStream constructors create new ConverterStream objects.

Top

Public Fields

  Name Description
Aa563105.pubfield(en-us,EXCHG.80).gifAa563105.static(en-us,EXCHG.80).gif Null  (inherited from Stream )

Top

Public Properties

  Name Description
Aa563105.pubproperty(en-us,EXCHG.80).gif CanRead Overridden. The CanRead property indicates whether the current stream supports reading.
Aa563105.pubproperty(en-us,EXCHG.80).gif CanSeek Overridden. The CanSeek property returns false to indicate that the ConverterStream object does not support seeks.
Aa563105.pubproperty(en-us,EXCHG.80).gif CanTimeout  (inherited from Stream )
Aa563105.pubproperty(en-us,EXCHG.80).gif CanWrite Overridden. The CanWrite property indicates whether this ConverterStream can be written to.
Aa563105.pubproperty(en-us,EXCHG.80).gif Length Overridden. The Length property throws a NotSupportedException.
Aa563105.pubproperty(en-us,EXCHG.80).gif Position Overridden. The Position property throws a NotSupportedException. The ConverterStream class does not support seeks.
Aa563105.pubproperty(en-us,EXCHG.80).gif ReadTimeout  (inherited from Stream )
Aa563105.pubproperty(en-us,EXCHG.80).gif WriteTimeout  (inherited from Stream )

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa563105.pubmethod(en-us,EXCHG.80).gif BeginRead  (inherited from Stream )
Aa563105.pubmethod(en-us,EXCHG.80).gif BeginWrite  (inherited from Stream )
Aa563105.pubmethod(en-us,EXCHG.80).gif Close Overridden. The Close method closes the ConverterStream.
Aa563105.pubmethod(en-us,EXCHG.80).gif CreateObjRef  (inherited from MarshalByRefObject )
Aa563105.pubmethod(en-us,EXCHG.80).gif Dispose Overloaded.  
Aa563105.pubmethod(en-us,EXCHG.80).gif EndRead  (inherited from Stream )
Aa563105.pubmethod(en-us,EXCHG.80).gif EndWrite  (inherited from Stream )
Aa563105.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa563105.pubmethod(en-us,EXCHG.80).gif Flush Overridden. The Flush method clears all buffers for this ConverterStream and causes any buffered data to be written to the destination TextWriter that it owns.
Aa563105.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa563105.pubmethod(en-us,EXCHG.80).gif GetLifetimeService  (inherited from MarshalByRefObject )
Aa563105.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa563105.pubmethod(en-us,EXCHG.80).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
Aa563105.pubmethod(en-us,EXCHG.80).gif Read Overridden. The Read method reads and converts count bytes from the input stream and stores them in buffer, starting at offset.
Aa563105.pubmethod(en-us,EXCHG.80).gif ReadByte  (inherited from Stream )
Aa563105.pubmethod(en-us,EXCHG.80).gifAa563105.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa563105.pubmethod(en-us,EXCHG.80).gif Seek Overridden. The Seek method throws a NotSupportedException. The ConverterStream object does not support seeks.
Aa563105.pubmethod(en-us,EXCHG.80).gif SetLength Overridden. The SetLength method throws a NotSupportedException.
Aa563105.pubmethod(en-us,EXCHG.80).gifAa563105.static(en-us,EXCHG.80).gif Synchronized  (inherited from Stream )
Aa563105.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa563105.pubmethod(en-us,EXCHG.80).gif Write Overridden. The Write method converts and writes count bytes from buffer, starting at offset, into the destination TextWriter that it owns.
Aa563105.pubmethod(en-us,EXCHG.80).gif WriteByte  (inherited from Stream )

Top

Protected Methods

  Name Description
Aa563105.protmethod(en-us,EXCHG.80).gif CreateWaitHandle  Obsolete. (inherited from Stream )
Aa563105.protmethod(en-us,EXCHG.80).gif Dispose Overloaded. Overridden. Releases the resources used by the ConverterStream.
Aa563105.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa563105.protmethod(en-us,EXCHG.80).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Top