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
Compress data using implemented codec.
- Parameters:
-
- Returns:
Implements Avro.File.Codec.
Decompress data using implemented codec.
- Parameters:
-
- Returns:
Implements Avro.File.Codec.
Codecs must implement an equals() method.
- Parameters:
-
- Returns:
Implements Avro.File.Codec.
Codecs must implement a HashCode() method that is consistent with Equals.
- Returns:
Implements Avro.File.Codec.
The documentation for this class was generated from the following file:
- src/apache/main/File/DeflateCodec.cs