示例#1
0
 public void finish(int root_table) {
   prep(minalign, Constants.SIZEOF_INT);
   addOffset(root_table);
   bb.position(space);
 }
示例#2
0
 public void addOffset(int o, int x, int d) {
   if (force_defaults || x != d) {
     addOffset(x);
     slot(o);
   }
 }