Class: LZMA::Index::Decoder

Inherits:
LZMA::Index show all
Defined in:
ext/extlzma2/index.c

Instance Method Summary collapse

Methods inherited from LZMA::Index

memusage, #memused

Constructor Details

#initialize(argv[], idx) ⇒ Object



37
38
39
40
# File 'ext/extlzma2/index.c', line 37

static VALUE idecoder_init(int argc, VALUE argv[], VALUE idx)
{
    rb_raise(rb_eNotImpError, "%s", "IMPLEMENT ME!");
}