| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_SIZE_FOR_COMPRESSION
Seuil exprimé en octets en deça duquel on ne compresse pas les données.
|
| Constructor and Description |
|---|
CompressionCodec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] compressedObject)
Décompression d'un objet.
|
byte[] |
encode(byte[] unCompressedObject)
Compression d'un objet.
|
public static final int MIN_SIZE_FOR_COMPRESSION
Copyright © 2018. All Rights Reserved.