Dart.PowerTCP.Zip Namespace : UtilityStream Class |
The following tables list the members exposed by UtilityStream.
Name | Description | |
---|---|---|
![]() | UtilityStream Constructor | Contructor that specifies the functionality of the UtilityStream. |
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) |
Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() ![]() | CalculateCRC | A static method that calculates the CRC (cyclical redundancy check) number for all the bytes in the stream. |
![]() | Close | Calls InnerStream.Close. (Inherited from Dart.PowerTCP.Zip.BaseStream) |
![]() | 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 | Updates the underlying repository with the current state of the buffer and then clears the buffer. (Inherited from Dart.PowerTCP.Zip.BaseStream) |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Overridden. Reads data from the Stream and copies it into the provided buffer. |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadByte | (Inherited from System.IO.Stream) |
![]() | Seek | Sets the position within the current Stream to the specified value. Always throws a NotSupportedException. (Inherited from Dart.PowerTCP.Zip.BaseStream) |
![]() | SetLength | Sets the length of the current Stream to the specified value. Always throws a NotSupportedException. (Inherited from Dart.PowerTCP.Zip.BaseStream) |
![]() | Write | Overridden. Writes a sequence of bytes to the Stream and returns when the operation is complete. |
![]() | 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) |