w.write(dos);
ensureCapacity(bos.len(), false);
System.arraycopy(bos.bytearray(), 0, bytes, bytesUsed, bos.len());
valueOffsetsArray[i] = bytesUsed;
valueOffsetsArray[i+1] = bos.len();
bytesUsed += bos.len();
}
protected ByteBasedSortedMap getMemoryMap() throws BaseException { return this; }
public void put(Writable key, Writable value) throws BaseException