Example #1
0
  public void clear() {
    this.position = 0;
    this.rowNum = 0;

    builder.clear();
  }
Example #2
0
 public long remain() {
   return memorySize - position - builder.offset();
 }