The following tables list the members exposed by GZipStream.
Name | Description | |
---|---|---|
![]() | GZipStream Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | LastModified | The last modified time for the GZIP stream. |
Name | Description | |
---|---|---|
![]() | BufferSize | The size of the working buffer for the compression codec. |
![]() | CanRead | Overridden. Indicates whether the stream can be read. |
![]() | CanSeek | Overridden. Indicates whether the stream supports Seek operations. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Indicates whether the stream can be written. |
![]() | Comment | The comment on the GZIP stream. |
![]() | Crc32 | The CRC on the GZIP stream. |
![]() | FileName | The FileName for the GZIP stream. |
![]() | FlushMode | This property sets the flush behavior on the stream. |
![]() | Length | Overridden. Reading this property always throws a System.NotImplementedException. |
![]() | Position | Overridden. The position of the stream pointer. |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | TotalIn | Returns the total number of bytes input so far. |
![]() | TotalOut | Returns the total number of bytes output so far. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
![]() | BeginRead | (Inherited from System.IO.Stream) |
![]() | BeginWrite | (Inherited from System.IO.Stream) |
![]() | Close | (Inherited from System.IO.Stream) |
![]() ![]() | CompressBuffer | Compress a byte array into a new byte array using GZip. |
![]() ![]() | CompressString | Compress a string into a byte array using GZip. |
![]() | CopyTo | Overloaded. (Inherited from System.IO.Stream) |
![]() | CopyToAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Dispose the stream. |
![]() | EndRead | (Inherited from System.IO.Stream) |
![]() | EndWrite | (Inherited from System.IO.Stream) |
![]() | Equals | (Inherited from object) |
![]() | Flush | Overridden. Flush the stream. |
![]() | FlushAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetType | (Inherited from object) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Read | Overridden. Read and decompress data from the source stream. |
![]() | ReadAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | ReadByte | (Inherited from System.IO.Stream) |
![]() | Seek | Overridden. Calling this method always throws a System.NotImplementedException. |
![]() | SetLength | Overridden. Calling this method always throws a System.NotImplementedException. |
![]() | ToString | (Inherited from object) |
![]() ![]() | UncompressBuffer | Uncompress a GZip'ed byte array into a byte array. |
![]() ![]() | UncompressString | Uncompress a GZip'ed byte array into a single string. |
![]() | Write | Overridden. Write data to the stream. |
![]() | WriteAsync | Overloaded. (Inherited from System.IO.Stream) |
![]() | WriteByte | (Inherited from System.IO.Stream) |
Name | Description | |
---|---|---|
![]() | CreateWaitHandle | (Inherited from System.IO.Stream) |
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | ObjectInvariant | (Inherited from System.IO.Stream) |