@Override
 public BlockBuilder writeShort(int value) {
   sliceOutput.writeShort(value);
   currentEntrySize += SIZE_OF_SHORT;
   return this;
 }