csvorbis.CodeBook.clear C# (CSharp) Method

clear() private method

private clear ( ) : void
return void
        internal void clear()
        {
            // static book is not cleared; we're likely called on the lookup and
            // the static codebook belongs to the info struct
            //if(decode_tree!=null){
            //  free(b->decode_tree->ptr0);
            //  free(b->decode_tree->ptr1);
            //  memset(b->decode_tree,0,sizeof(decode_aux));
            //  free(b->decode_tree);
            //}
            //if(valuelist!=null)free(b->valuelist);
            //if(codelist!=null)free(b->codelist);
            //memset(b,0,sizeof(codebook));
        }