Avro C#
Public Member Functions | List of all members
Avro.File.DeflateCodec Class Reference

Implements deflate compression and decompression. More...

Inheritance diagram for Avro.File.DeflateCodec:
Avro.File.Codec

Public Member Functions

override byte [] Compress (byte[] uncompressedData)
 Compress data using implemented codec
 
override byte [] Decompress (byte[] compressedData)
 Decompress data using implemented codec
 
override string GetName ()
 Name of this codec type
 
override bool Equals (object other)
 Codecs must implement an equals() method
 
override int GetHashCode ()
 Codecs must implement a HashCode() method that is consistent with Equals
 
- Public Member Functions inherited from Avro.File.Codec
override string ToString ()
 Returns name of codec More...
 

Additional Inherited Members

- Public Types inherited from Avro.File.Codec
enum  Type { Type.Deflate, Type.Null }
 Codec types More...
 
- Static Public Member Functions inherited from Avro.File.Codec
static Codec CreateCodec (Type codecType)
 Factory method to return child codec instance based on Codec.Type More...
 
static Codec CreateCodecFromString (string codecType)
 Factory method to return child codec instance based on string type More...
 

Detailed Description

Implements deflate compression and decompression.

See also
DeflateStream

The documentation for this class was generated from the following file: