Class: LZMA::Index::Decoder

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

Instance Method Summary collapse

Methods inherited from LZMA::Index

memusage, #memused

Constructor Details

#initialize(argv[], idx) ⇒ Object



48
49
50
51
52
# File 'ext/index.c', line 48

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