|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.builder.ObjectBuilder
edu.iris.Fissures.seed.builder.SeedObjectBuilder
#SeedMMAPImportBuilder
@Deprecated public class SeedObjectBuilder
Field Summary | |
---|---|
protected Blockette |
recycleBlockette
Deprecated. |
Fields inherited from class edu.iris.Fissures.seed.builder.ObjectBuilder |
---|
buildContainer, builderType, buildFilterVector, continuationFlag, currentObject, largeCoeffFlag, recordBeginFlag, recordType, volumeNumber |
Constructor Summary | |
---|---|
SeedObjectBuilder()
Deprecated. Create a SEED object builder. |
|
SeedObjectBuilder(java.lang.String diskFile)
Deprecated. Create a SEED Object Builder with serialization to indicated filename. |
Method Summary | |
---|---|
int |
build(byte[] nextRecord)
Deprecated. Construct a Blockette object by reading from the start of the indicated byte array. |
int |
build(java.lang.String blocketteSpec)
Deprecated. Construct a Blockette object from the delimited String. |
void |
dictionaryLookupMutation(boolean b)
Deprecated. |
protected int |
getSequenceNum(int headerCode)
Deprecated. DEPRECATED Return a six-digit sequence number based on the header code (category number) of the current blockette object. |
void |
incrementVolume()
Deprecated. Increment the volume number when a new data stream is being read in. |
void |
reset()
Deprecated. Reset the builder to its initial state. |
int |
store()
Deprecated. Store created SEED object to the SEED object container. |
Methods inherited from class edu.iris.Fissures.seed.builder.ObjectBuilder |
---|
getContainer, getObject, getType, getVolume, registerFilter, removeCurrent, setContinuationFlag, setLargeCoeffFlag, setRecordBeginFlag, setRecordType, setVolume, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Blockette recycleBlockette
Constructor Detail |
---|
public SeedObjectBuilder()
public SeedObjectBuilder(java.lang.String diskFile) throws BuilderException
BuilderException
Method Detail |
---|
public int build(byte[] nextRecord) throws java.lang.Exception
build
in class ObjectBuilder
java.lang.Exception
public int build(java.lang.String blocketteSpec) throws java.lang.Exception
build
in class ObjectBuilder
java.lang.Exception
public int store() throws java.lang.Exception
store
in class ObjectBuilder
java.lang.Exception
public void reset()
reset
in class ObjectBuilder
public void incrementVolume()
incrementVolume
in class ObjectBuilder
public void dictionaryLookupMutation(boolean b)
protected int getSequenceNum(int headerCode) throws BuilderException
BuilderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |