add method
- CID cid,
- int offset
Records a new section at offset with the given cid.
Implementation
void add(CID cid, int offset) {
_entries.add(_IndexEntry(cid, offset));
}
Records a new section at offset with the given cid.
void add(CID cid, int offset) {
_entries.add(_IndexEntry(cid, offset));
}