public class ContinuedControlRecord extends ControlRecord
THREESPACE
blocketteFactory, 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, setRecordSize
getBlocketteFactory, getControlHeader, getFirstPartialBlockette, getLastPartialBlockette, getRecordSize, getUniqueBlockette, read, read, read, setBlocketteFactory, toString, writeASCII
public 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 SeedRecord
SeedFormatException
public Blockette[] getBlockettes()
getBlockettes
in class SeedRecord
public int getNumBlockettes(int type) throws SeedFormatException
getNumBlockettes
in class SeedRecord
SeedFormatException
public Blockette[] getBlockettes(int type)
getBlockettes
in class SeedRecord
public void writeASCII(java.io.PrintWriter out, java.lang.String indent) throws java.io.IOException
writeASCII
in class SeedRecord
java.io.IOException
public java.util.List<ControlRecord> getSubRecords()