Nevron.System Assembly > Nevron.Compression Namespace : DeflaterOutputStream Class |
The following tables list the members exposed by DeflaterOutputStream.
Name | Description | |
---|---|---|
![]() | DeflaterOutputStream Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | CanRead | Overridden. Gets value indicating stream can be read from |
![]() | CanSeek | Overridden. Gets a value indicating if seeking is supported for this stream This property always returns false |
![]() | CanWrite | Overridden. Get value indicating if this stream supports writing |
![]() | Length | Overridden. Get current length of stream |
![]() | Position | Overridden. Gets the current position within the stream. |
Name | Description | |
---|---|---|
![]() | BeginRead | Overridden. Asynchronous reads are not supported a NotSupportedException is always thrown |
![]() | BeginWrite | Overridden. Asynchronous writes arent supported, a NotSupportedException is always thrown |
![]() | Close | Overridden. Calls Finish and closes the underlying stream when IsStreamOwner is true. |
![]() | Finish | Finishes the stream by calling finish() on the deflater. |
![]() | Flush | Overridden. Flushes the stream by calling Flush on the deflater and then on the underlying stream. This ensures that all bytes are flushed. |
![]() | Read | Overridden. Read a block of bytes from stream |
![]() | ReadByte | Overridden. Read a byte from stream advancing position by one |
![]() | Seek | Overridden. Sets the current position of this stream to the given value. Not supported by this class! |
![]() | SetLength | Overridden. Sets the length of this stream to the given value. Not supported by this class! |
![]() | Write | Overridden. Writes bytes from an array to the compressed stream. |
![]() | WriteByte | Overridden. Writes a single byte to the compressed output stream. |