|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.dna.fieldsTable.impl.def.FTableFactory
public class FTableFactory
This is the default implementation of the FieldsTableFactory
interface.
Field Summary | |
---|---|
protected static Logger |
logger
|
Constructor Summary | |
---|---|
FTableFactory()
Creates a new instance of FTableFactory |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger logger
Constructor Detail |
---|
public FTableFactory()
Method Detail |
---|
public FieldsTable getInstance()
FieldsTable
interface
getInstance
in interface FieldsTableFactory
public FieldsTable getInstance(java.io.DataInputStream dis, Dna dna, int fieldsCount) throws MissingDnaContainerException, DnaDeserializationException
FieldsTable
interface
getInstance
in interface FieldsTableFactory
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 |