|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldsTableFactory
This interface defines the methods every imlpementation class has to provide for instantiating
FieldsTable
objects.
Method Summary | |
---|---|
FieldsTable |
getInstance()
Returns an empty instance of the FieldsTable interface |
FieldsTable |
getInstance(java.io.DataInputStream dis,
Dna dna,
int fieldsCount)
Returns a populated instance of the FieldsTable interface |
Method Detail |
---|
FieldsTable getInstance()
FieldsTable
interface
FieldsTable getInstance(java.io.DataInputStream dis, Dna dna, int fieldsCount) throws MissingDnaContainerException, DnaDeserializationException
FieldsTable
interface
dis
- The input stream the table has to be read fromdna
- The Dna
containerfieldsCount
- The number of expected fields
MissingDnaContainerException
DnaDeserializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |