Noemax.GZip Namespace : DeflateStream Class |
The following tables list the members exposed by DeflateStream.
Name | Description | |
---|---|---|
![]() | DeflateStream Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CanRead | Overridden. Gets a value of the System.IO.Stream.CanRead property of the underlying stream. |
![]() | CanSeek | Overridden. Always returns False. |
![]() | CanTimeout | Overridden. Gets the value of the System.IO.Stream.CanTimeout property of the underlying stream. |
![]() | CanWrite | Overridden. Gets a value of the System.IO.Stream.CanWrite property of the underlying stream. |
![]() | Length | Overridden. Gets a value of the System.IO.Stream.Length property of the underlying stream. |
![]() | Position | Overridden. Gets a value of the System.IO.Stream.Position property of the underlying stream. This property is read-only setting this property throws System.NotSupportedException. |
![]() | ReadTimeout | Overridden. Gets and sets the value of the System.IO.Stream.ReadTimeout property of the underlying stream. |
![]() | WriteTimeout | Overridden. Gets and sets the value of the System.IO.Stream.WriteTimeout property of the underlying stream. |
Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Close | Overridden. Flushes the content of internal buffer and closes the current stream. |
![]() | CopyTo | Overloaded. (Inherited from System.IO.Stream) |
![]() | CopyToAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Flushes the content of internal buffer and release releases all resources used by the stream. |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Flush | Overridden. Flushes the content of the internal buffer to the underlying stream. |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Overridden. Reads decompressed bytes from this stream into the specified byte array. |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadByte | (Inherited from System.IO.Stream) |
![]() | Seek | Overridden. This method is not supported and always throws a System.NotSupportedException. |
![]() | SetLength | Overridden. This method is not supported and always throws a System.NotSupportedException. |
![]() | Write | Overridden. Writes bytes from the specified byte array into this 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) |