|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributesTableFactory
This interface defines the methods every factory of attribute container classes has to provide.
Method Summary | |
---|---|
AttributesTable |
getInstance()
Returns an empty instance of the AttributesTable interface |
AttributesTable |
getInstance(java.io.DataInputStream dis,
Dna dna,
int attributesCount)
Returns a populated instance of the AttributesTable interface |
Method Detail |
---|
AttributesTable getInstance()
AttributesTable
interface
AttributesTable getInstance(java.io.DataInputStream dis, Dna dna, int attributesCount) throws MissingDnaContainerException, DnaDeserializationException
AttributesTable
interface
dis
- The input stream the table has to be read fromdna
- The Dna
containerattributesCount
- The number of expected attributes
MissingDnaContainerException
DnaDeserializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |