evio
6.0
|
This is the complete list of members for evio::Compressor, including all inherited members.
CompressionType enum name | evio::Compressor | |
compressLZ4(ByteBuffer &src, int srcSize, ByteBuffer &dst, int maxSize) | evio::Compressor | static |
compressLZ4(uint8_t *src, int srcOff, int srcSize, uint8_t *dst, int dstOff, int maxSize) | evio::Compressor | static |
compressLZ4(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst, int dstOff, int maxSize) | evio::Compressor | static |
compressLZ4Best(ByteBuffer &src, int srcSize, ByteBuffer &dst, int maxSize) | evio::Compressor | static |
compressLZ4Best(uint8_t *src, int srcOff, int srcSize, uint8_t *dst, int dstOff, int maxSize) | evio::Compressor | static |
compressLZ4Best(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst, int dstOff, int maxSize) | evio::Compressor | static |
getInstance() | evio::Compressor | inlinestatic |
getMaxCompressedLength(CompressionType compressionType, uint32_t uncompressedLength) | evio::Compressor | static |
GZIP enum value | evio::Compressor | |
LZ4 enum value | evio::Compressor | |
LZ4_BEST enum value | evio::Compressor | |
toCompressionType(uint32_t type) | evio::Compressor | static |
UNCOMPRESSED enum value | evio::Compressor | |
uncompressLZ4(ByteBuffer &src, int srcSize, ByteBuffer &dst) | evio::Compressor | static |
uncompressLZ4(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst) | evio::Compressor | static |
uncompressLZ4(ByteBuffer &src, int srcOff, int srcSize, ByteBuffer &dst, int dstOff) | evio::Compressor | static |
uncompressLZ4(uint8_t *src, int srcOff, int srcSize, uint8_t *dst, int dstOff, int dstCapacity) | evio::Compressor | static |