|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.director.ImportDirector
edu.iris.Fissures.seed.director.SeedImportDirector
public class SeedImportDirector
This class is the Director for reading SEED file streams into the SEED object pool. It reads in SEED records and contacts the SEED Builder to construct the appropriate blockette or data record construct.
Look to its abstract superclass, ImportDirector, to get details on generic methods run through this class.
Field Summary | |
---|---|
protected int |
bType
|
protected int |
prevBType
|
protected int |
prevStageNum
|
protected int |
stageNum
|
Fields inherited from class edu.iris.Fissures.seed.director.ImportDirector |
---|
builder, fixedRecordLength, inStream, maxRecordLength, outputString, readBuffer, recCount, recLen, record, recordOffset, streamOpen |
Constructor Summary | |
---|---|
SeedImportDirector()
Create a SEED import director. |
|
SeedImportDirector(ObjectBuilder builder)
Create a SEED import director and assign the indicated builder. |
Method Summary | |
---|---|
int |
build()
Construct a SEED Object from the import record. |
int |
getRecLen()
Get the length of the next SEED record currently in the read buffer. |
static void |
main(java.lang.String[] args)
Test method. |
Methods inherited from class edu.iris.Fissures.seed.director.ImportDirector |
---|
assignBuilder, close, construct, construct, getBuilder, open, read, read, setRecLen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int bType
protected int prevBType
protected int stageNum
protected int prevStageNum
Constructor Detail |
---|
public SeedImportDirector()
public SeedImportDirector(ObjectBuilder builder)
Method Detail |
---|
public int getRecLen() throws java.lang.Exception
getRecLen
in class ImportDirector
java.lang.Exception
public int build() throws java.lang.Exception
build
in class ImportDirector
java.lang.Exception
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |