Dart.PowerTCP.Zip Namespace : BaseStream Class |
The following tables list the members exposed by BaseStream.
Name | Description | |
---|---|---|
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. | |
Length | Overridden. Gets the length in bytes of the stream. | |
Position | Overridden. Gets or sets the current position of this stream. | |
ReadTimeout | (Inherited from System.IO.Stream) | |
WriteTimeout | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
BeginRead | (Inherited from System.IO.Stream) | |
BeginWrite | (Inherited from System.IO.Stream) | |
Close | Overridden. Calls InnerStream.Close. | |
CopyTo | Overloaded. (Inherited from System.IO.Stream) | |
CopyToAsync | Overloaded. (Inherited from System.IO.Stream) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.IO.Stream) | |
EndRead | (Inherited from System.IO.Stream) | |
EndWrite | (Inherited from System.IO.Stream) | |
Flush | Overridden. Updates the underlying repository with the current state of the buffer and then clears the buffer. | |
FlushAsync | Overloaded. (Inherited from System.IO.Stream) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Read | (Inherited from System.IO.Stream) | |
ReadAsync | Overloaded. (Inherited from System.IO.Stream) | |
ReadByte | (Inherited from System.IO.Stream) | |
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. | |
Write | (Inherited from System.IO.Stream) | |
WriteAsync | Overloaded. (Inherited from System.IO.Stream) | |
WriteByte | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
CreateWaitHandle | (Inherited from System.IO.Stream) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
ObjectInvariant | (Inherited from System.IO.Stream) |