Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | List of all members
Avro.File.DeflateCodec Class Reference
Inheritance diagram for Avro.File.DeflateCodec:
Avro.File.Codec

Public Member Functions

override byte[] Compress (byte[] uncompressedData)
 Compress data using implemented codec More...
 
override byte[] Decompress (byte[] compressedData)
 Decompress data using implemented codec More...
 
override string GetName ()
 Name of this codec type More...
 
override bool Equals (object other)
 Codecs must implement an equals() method More...
 
override int GetHashCode ()
 Codecs must implement a HashCode() method that is consistent with Equals More...
 
- 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 { Deflate, 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...
 

Member Function Documentation

override byte [] Avro.File.DeflateCodec.Compress ( byte[]  uncompressedData)
inlinevirtual

Compress data using implemented codec

Parameters
uncompressedData
Returns

Implements Avro.File.Codec.

override byte [] Avro.File.DeflateCodec.Decompress ( byte[]  compressedData)
inlinevirtual

Decompress data using implemented codec

Parameters
compressedData
Returns

Implements Avro.File.Codec.

override bool Avro.File.DeflateCodec.Equals ( object  other)
inlinevirtual

Codecs must implement an equals() method

Parameters
other
Returns

Implements Avro.File.Codec.

override int Avro.File.DeflateCodec.GetHashCode ( )
inlinevirtual

Codecs must implement a HashCode() method that is consistent with Equals

Returns

Implements Avro.File.Codec.

override string Avro.File.DeflateCodec.GetName ( )
inlinevirtual

Name of this codec type

Returns

Implements Avro.File.Codec.


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