Noemax.Compression Namespace : Lzf4Compression Class |
The following tables list the members exposed by Lzf4Compression.
Name | Description | |
---|---|---|
![]() | Lzf4Compression Constructor |
Name | Description | |
---|---|---|
![]() | DefaultCompressionLevel | Gets and sets default compression level to be used when compressing data. (Inherited from Noemax.Compression.CompressionFactory) |
![]() | Name | Overridden. Gets the name of the compression format 'LZF4'. |
Name | Description | |
---|---|---|
![]() | Compress | Overloaded. Compresses an array of bytes and returns an array of compressed bytes. (Inherited from Noemax.Compression.CompressionFactory) |
![]() | CreateDecoder | Overridden. Not supported. |
![]() | CreateEncoder | Overridden. Not supported. |
![]() | CreateInputStream | Overloaded. Overridden. Creates an input stream that reads and decompresses compressed bytes from the specified underlying stream. |
![]() | CreateOutputStream | Overloaded. Overridden. Creates an output stream that compresses the data and writes compressed bytes into the specified underlying stream. |
![]() | Decompress | Overloaded. Decompresses an array of compressed bytes and returns an array of decompressed bytes. (Inherited from Noemax.Compression.CompressionFactory) |
![]() | SetSettings<T> | Overridden. Configures the factory with specified compression algorithm settings. |