| Dart.PowerTCP.EmailValidation Namespace : SegmentedStream Class |
SegmentedStream Constructor | Overloaded. Initializes a new instance of the SegmentedStream class for the specified stream object. |
Available | Gets the amount of bytes of data that has been received from the network and is available to be read. |
CanRead | Overridden. Indicates that data can be read from the stream. |
CanSeek | Overridden. Indicates that the stream can seek a specific location in the stream. |
CanTimeout (Inherited from System.IO.Stream) | |
CanWrite | Overridden. Indicates that data can be written to the stream. |
Charset (Inherited from EnhancedStream) | Gets and sets the character set used for string/byte array conversions. |
CoreStream (Inherited from PipeStream) | The internal stream to which all buffered reads/writes are being made. |
Encoding (Inherited from EnhancedStream) | Gets or sets the type of encoding to use. |
Length (Inherited from PipeStream) | Gets the length in bytes of the stream. |
Position | Overridden. Gets or sets the position in the stream. |
ReadTimeout (Inherited from System.IO.Stream) | |
WriteTimeout (Inherited from System.IO.Stream) |
BeginRead | Overloaded. Overridden. Begins an asynchronous read from the stream that complete when at least one byte is read. This operation reads at most count bytes. |
BeginWrite (Inherited from System.IO.Stream) | |
Close | Overridden. Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. |
CreateObjRef (Inherited from System.MarshalByRefObject) | |
Dispose (Inherited from EnhancedStream) | Overloaded. Releases all resources associated with the object. |
EndRead | Overloaded. Overridden. Ends a pending asynchronous SegmentedStream.BeginRead request. |
EndWrite (Inherited from System.IO.Stream) | |
Flush | Overridden. 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.. |
GetLifetimeService (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | |
Read | Overloaded. Overridden. Read data from the stream into a byte array. |
ReadByte (Inherited from System.IO.Stream) | |
Save (Inherited from EnhancedStream) | Overloaded. Saves the data in the stream to the file specified by fileName. |
Seek | Overridden. Seeks a specific position in the stream. |
SetLength | Overridden. Sets the length of the Stream. This method always throws a NotSupportedException. |
ToArray (Inherited from EnhancedStream) | Returns the byte array representation of the Stream data. |
ToString (Inherited from EnhancedStream) | Returns the string representation of the Stream data. |
Write | Overloaded. Write data to the stream while carrying out a bytewise find/replace. |
WriteByte (Inherited from System.IO.Stream) | |
WriteTo (Inherited from EnhancedStream) | Overloaded. Writes all of the data contained in this Stream to a destination Stream. |
Trace |
CreateWaitHandle (Inherited from System.IO.Stream) | |
FinalWrite (Inherited from PipeStream) | |
InternalWrite (Inherited from PipeStream) | |
MemberwiseClone (Inherited from System.MarshalByRefObject) | Overloaded. |
ReadFilter (Inherited from PipeStream) | |
ResetPosition (Inherited from PipeStream) |
SegmentedStream Class | Dart.PowerTCP.EmailValidation Namespace
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.