|
Kinetica C# API
Version 7.2.3.0
|
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... | |
Definition at line 27 of file DeflateCodec.cs.
|
inlinevirtual |
Compress data using implemented codec
| uncompressedData |
Implements Avro.File.Codec.
Definition at line 29 of file DeflateCodec.cs.
|
inlinevirtual |
Decompress data using implemented codec
| compressedData |
Implements Avro.File.Codec.
Definition at line 42 of file DeflateCodec.cs.
|
inlinevirtual |
Codecs must implement an equals() method
| other |
Implements Avro.File.Codec.
Definition at line 71 of file DeflateCodec.cs.
|
inlinevirtual |
Codecs must implement a HashCode() method that is consistent with Equals
Implements Avro.File.Codec.
Definition at line 78 of file DeflateCodec.cs.
|
inlinevirtual |
Name of this codec type
Implements Avro.File.Codec.
Definition at line 66 of file DeflateCodec.cs.