// Unused Field: 8 bytes
streamHandler.data(new EmptyByteArrayDataReference(8));
// Volume Space Size
Fixup vss = streamHandler.fixup(new BothWordDataReference(0));
memory.put("volumeSpaceSizeFixup", vss);
// Unused Field / Escape Sequences (SVD): 32 bytes
Fixup es = streamHandler.fixup(new EmptyByteArrayDataReference(32));
memory.put("escapeSequencesFixup", es);
// Volume Set Size
streamHandler.data(getVolumeSetSize());
// Volume Sequence Number
streamHandler.data(getVolumeSeqNo());
// Logical Block Size
streamHandler.data(getLogicalBlockSize());
// Path Table Size
Fixup pts = streamHandler.fixup(new BothWordDataReference(0));
memory.put("ptSizeFixup", pts);
// Type L Path Table Location
Fixup tlpt = streamHandler.fixup(new LSBFWordDataReference(0));
memory.put("typeLPTLocationFixup", tlpt);