evio  6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
evio::Compressor Member List

This is the complete list of members for evio::Compressor, including all inherited members.

CompressionType enum nameevio::Compressor
compressLZ4(ByteBuffer &src, int srcSize, ByteBuffer &dst, int maxSize)evio::Compressorstatic
compressLZ4(uint8_t *src, int srcOff, int srcSize, uint8_t *dst, int dstOff, int maxSize)evio::Compressorstatic
compressLZ4(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst, int dstOff, int maxSize)evio::Compressorstatic
compressLZ4Best(ByteBuffer &src, int srcSize, ByteBuffer &dst, int maxSize)evio::Compressorstatic
compressLZ4Best(uint8_t *src, int srcOff, int srcSize, uint8_t *dst, int dstOff, int maxSize)evio::Compressorstatic
compressLZ4Best(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst, int dstOff, int maxSize)evio::Compressorstatic
getInstance()evio::Compressorinlinestatic
getMaxCompressedLength(CompressionType compressionType, uint32_t uncompressedLength)evio::Compressorstatic
GZIP enum valueevio::Compressor
LZ4 enum valueevio::Compressor
LZ4_BEST enum valueevio::Compressor
toCompressionType(uint32_t type)evio::Compressorstatic
UNCOMPRESSED enum valueevio::Compressor
uncompressLZ4(ByteBuffer &src, int srcSize, ByteBuffer &dst)evio::Compressorstatic
uncompressLZ4(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst)evio::Compressorstatic
uncompressLZ4(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst, int dstOff)evio::Compressorstatic
uncompressLZ4(uint8_t *src, int srcOff, int srcSize, uint8_t *dst, int dstOff, int dstCapacity)evio::Compressorstatic