Dart.PowerTCP.Zip Namespace : AesDecryptingStream Class |
The following tables list the members exposed by AesDecryptingStream.
Name | Description | |
---|---|---|
![]() | AesDecryptingStream Constructor | Creates a stream that will apply AES decryption to data passing through it. |
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) |
![]() | Length | Gets the length in bytes of the stream. (Inherited from Dart.PowerTCP.Zip.BaseStream) |
![]() | Position | Gets or sets the current position of this stream. (Inherited from Dart.PowerTCP.Zip.BaseStream) |
![]() | 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 | 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 | Overridden. Must be used after the final Write() to check trailing authentication code. Flush() is also applied to the BaseStream's InnerStream. |
![]() | 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) |