this.tmValue.free();
}
public Doc2TmInterface getDocTmReader() {
if (this.indexDatatype.equals(CompressType.d_byte)) {
return new ByteDoc2Tm(this.indexbyte);
}
if (this.indexDatatype.equals(CompressType.d_short)) {
return new ShortDoc2Tm(this.indexshort);
}