*/
protected SimpleSeekableFormatOutputStream(DataOutputStream out) {
// We don't use the inherited field "out" at all.
super(null);
metadata = new MetaData();
SortedMap<Long, Long> offsetPairs = new TreeMap<Long, Long>();
offsetPairs.put(0L, 0L);
metadata.setOffsetPairs(offsetPairs);
this.dataSegmentOut =