Пример #1
0
 public long allocatedSize() {
   return repetitionLevelColumn.getAllocatedSize()
       + definitionLevelColumn.getAllocatedSize()
       + dataColumn.getAllocatedSize()
       + pageWriter.allocatedSize();
 }