Ejemplo n.º 1
0
 /**
  * Sets the disk offset of a text/attribute value.
  *
  * @param pre pre value
  * @param off offset
  */
 final void textOff(final int pre, final long off) {
   table.write5(pre, 3, off);
 }