public class ContinuedControlRecord extends ControlRecord
THREESPACEblocketteFactory, blockettes, header, RECORD_SIZE| Constructor and Description |
|---|
ContinuedControlRecord(ControlRecord first) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlockette(Blockette b) |
void |
addContinuation(ControlRecord nextRecord) |
void |
addContinuation(java.util.List<ControlRecord> nextRecordList) |
Blockette[] |
getBlockettes() |
Blockette[] |
getBlockettes(int type) |
int |
getNumBlockettes(int type) |
java.util.List<ControlRecord> |
getSubRecords() |
void |
writeASCII(java.io.PrintWriter out,
java.lang.String indent) |
readControlRecord, readSingleControlRecord, setRecordSizegetBlocketteFactory, getControlHeader, getFirstPartialBlockette, getLastPartialBlockette, getRecordSize, getUniqueBlockette, read, read, read, setBlocketteFactory, toString, writeASCIIpublic ContinuedControlRecord(ControlRecord first)
public void addContinuation(java.util.List<ControlRecord> nextRecordList)
public void addContinuation(ControlRecord nextRecord)
public void addBlockette(Blockette b) throws SeedFormatException
addBlockette in class SeedRecordSeedFormatExceptionpublic Blockette[] getBlockettes()
getBlockettes in class SeedRecordpublic int getNumBlockettes(int type)
throws SeedFormatException
getNumBlockettes in class SeedRecordSeedFormatExceptionpublic Blockette[] getBlockettes(int type)
getBlockettes in class SeedRecordpublic void writeASCII(java.io.PrintWriter out,
java.lang.String indent)
throws java.io.IOException
writeASCII in class SeedRecordjava.io.IOExceptionpublic java.util.List<ControlRecord> getSubRecords()