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);
35 static ByteArray
compressString(
const String& value, int32_t compressionLevel);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Base class for all Lucene classes.
Definition LuceneObject.h:31
Definition AbstractAllTermDocs.h:12