Class: MTBL

Inherits:
Object
  • Object
show all
Defined in:
ext/mtbl/ruby-mtbl.c

Defined Under Namespace

Classes: Iterator, Reader, Sorter, Utils, Writer

Constant Summary collapse

Version =
rb_cMTBLVersion
COMPRESSION_NONE =
INT2FIX(MTBL_COMPRESSION_NONE)
COMPRESSION_SNAPPY =
INT2FIX(MTBL_COMPRESSION_SNAPPY)
COMPRESSION_ZLIB =
INT2FIX(MTBL_COMPRESSION_ZLIB)
COMPRESSION_LZ4 =
INT2FIX(MTBL_COMPRESSION_LZ4)
COMPRESSION_LZ4HC =
INT2FIX(MTBL_COMPRESSION_LZ4HC)