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

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 {
  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 27 of file DeflateCodec.cs.

Member Function Documentation

◆ Compress()

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

Compress data using implemented codec

Parameters
uncompressedData
Returns

Implements Avro.File.Codec.

Definition at line 29 of file DeflateCodec.cs.

◆ Decompress()

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

Decompress data using implemented codec

Parameters
compressedData
Returns

Implements Avro.File.Codec.

Definition at line 42 of file DeflateCodec.cs.

◆ Equals()

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

Codecs must implement an equals() method

Parameters
other
Returns

Implements Avro.File.Codec.

Definition at line 71 of file DeflateCodec.cs.

◆ GetHashCode()

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

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

Returns

Implements Avro.File.Codec.

Definition at line 78 of file DeflateCodec.cs.

◆ GetName()

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

Name of this codec type

Returns

Implements Avro.File.Codec.

Definition at line 66 of file DeflateCodec.cs.


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