7 #ifndef COMPRESSIONTOOLS_H 8 #define COMPRESSIONTOOLS_H 23 static ByteArray compress(uint8_t* value, int32_t offset, int32_t length, int32_t compressionLevel);
26 static ByteArray compress(uint8_t* value, int32_t offset, int32_t length);
29 static ByteArray compress(ByteArray value);
32 static ByteArray compressString(
const String& value);
35 static ByteArray compressString(
const String& value, int32_t compressionLevel);
38 static ByteArray decompress(ByteArray value);
41 static String decompressString(ByteArray value);
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12