Class: LZMA::Index::Encoder

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



30
31
32
33
34
35
# File 'ext/extlzma2/index.c', line 30

static VALUE iencoder_init(int argc, VALUE argv[], VALUE idx)
{
    // RDATA_PTR(idx);

    rb_raise(rb_eNotImpError, "%s", "IMPLEMENT ME!");
}