Dart.PowerTCP.Zip Namespace : UtilityStream Class |
For a list of all members of this type, see UtilityStream members.
Name | Description | |
---|---|---|
CanRead | Gets a value indicating whether the current Stream supports reading. (Inherited from Dart.PowerTCP.Zip.BaseStream) | |
CanSeek | Gets a value indicating whether the current Stream supports seeking. (Inherited from Dart.PowerTCP.Zip.BaseStream) | |
CanTimeout | (Inherited from System.IO.Stream) | |
CanWrite | Gets a value indicating whether the current Stream supports writing. (Inherited from Dart.PowerTCP.Zip.BaseStream) | |
Crc | Returns the computed CRC (cyclical redundancy check) number of all bytes processed by the Write() and Read() methods. | |
Length | Gets the length in bytes of the stream. (Inherited from Dart.PowerTCP.Zip.BaseStream) | |
Position | Overridden. Gets the current position of this stream (how many bytes have been read or written). | |
ReadTimeout | (Inherited from System.IO.Stream) | |
WriteTimeout | (Inherited from System.IO.Stream) |