Kinetica   C#   API  Version 7.2.3.0
Avro.File.NullCodec Class Reference
+ Inheritance diagram for Avro.File.NullCodec:
+ Collaboration diagram for Avro.File.NullCodec:

Public Member Functions

 NullCodec ()
 
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 {
  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

Definition at line 25 of file NullCodec.cs.

Constructor & Destructor Documentation

◆ NullCodec()

Avro.File.NullCodec.NullCodec ( )
inline

Definition at line 27 of file NullCodec.cs.

Member Function Documentation

◆ Compress()

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

Compress data using implemented codec

Parameters
uncompressedData
Returns

Implements Avro.File.Codec.

Definition at line 29 of file NullCodec.cs.

◆ Decompress()

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

Decompress data using implemented codec

Parameters
compressedData
Returns

Implements Avro.File.Codec.

Definition at line 34 of file NullCodec.cs.

◆ Equals()

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

Codecs must implement an equals() method

Parameters
other
Returns

Implements Avro.File.Codec.

Definition at line 44 of file NullCodec.cs.

◆ GetHashCode()

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

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

Returns

Implements Avro.File.Codec.

Definition at line 51 of file NullCodec.cs.

◆ GetName()

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

Name of this codec type

Returns

Implements Avro.File.Codec.

Definition at line 39 of file NullCodec.cs.


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