| Dart.PowerTCP.EmailValidation Namespace : EnhancedStream Class |
CanRead | Overridden. Gets a value indicating whether the current stream supports reading. |
CanSeek | Overridden. Gets a value indicating whether the current stream supports seeking. |
CanTimeout (Inherited from System.IO.Stream) | |
CanWrite | Overridden. Gets a value indicating whether the current stream supports writing. |
Charset | Gets and sets the character set used for string/byte array conversions. |
Encoding | Gets or sets the type of encoding to use. |
Length | Overridden. The length of data available on the stream. This method always throws a NotSupportedException. |
Position | Overridden. Gets or sets the position in the stream. This method always throws a NotSupportedException. |
ReadTimeout (Inherited from System.IO.Stream) | |
WriteTimeout (Inherited from System.IO.Stream) |
BeginRead (Inherited from System.IO.Stream) | |
BeginWrite (Inherited from System.IO.Stream) | |
Close (Inherited from System.IO.Stream) | |
CreateObjRef (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Releases all resources associated with the object. |
EndRead (Inherited from System.IO.Stream) | |
EndWrite (Inherited from System.IO.Stream) | |
Flush | Overridden. Default implementation is no-op. May be overridden by derived classes |
GetLifetimeService (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | |
Read | Overloaded. Reads at least one byte of data from the Stream and copies it into the provided buffer. |
ReadByte (Inherited from System.IO.Stream) | |
Save | Overloaded. Saves the data in the stream to the file specified by fileName. |
Seek | Overridden. Sets the position within the current Stream to the specified value. Always throws a NotSupportedException. |
SetLength | Overridden. Sets the length of the current Stream to the specified value. Always throws a NotSupportedException. |
ToArray | Returns the byte array representation of the Stream data. |
ToString | Overridden. Returns the string representation of the Stream data. |
Write | Overloaded. Writes a sequence of bytes to the Stream and returns when the operation is complete. |
WriteByte (Inherited from System.IO.Stream) | |
WriteTo | Overloaded. Writes all of the data contained in this Stream to a destination Stream. |
CreateWaitHandle (Inherited from System.IO.Stream) | |
MemberwiseClone (Inherited from System.MarshalByRefObject) | Overloaded. |
EnhancedStream Class | Dart.PowerTCP.EmailValidation Namespace
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.