Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions
Avro.File.NullCodec Class Reference
Inheritance diagram for Avro.File.NullCodec:
Avro.File.Codec

List of all members.

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.

Member Function Documentation

override byte [] Avro.File.NullCodec.Compress ( byte[]  uncompressedData) [inline, virtual]

Compress data using implemented codec.

Parameters:
uncompressedData
Returns:

Implements Avro.File.Codec.

override byte [] Avro.File.NullCodec.Decompress ( byte[]  compressedData) [inline, virtual]

Decompress data using implemented codec.

Parameters:
compressedData
Returns:

Implements Avro.File.Codec.

override bool Avro.File.NullCodec.Equals ( object  other) [inline, virtual]

Codecs must implement an equals() method.

Parameters:
other
Returns:

Implements Avro.File.Codec.

override int Avro.File.NullCodec.GetHashCode ( ) [inline, virtual]

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

Returns:

Implements Avro.File.Codec.

override string Avro.File.NullCodec.GetName ( ) [inline, virtual]

Name of this codec type.

Returns:

Implements Avro.File.Codec.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties