|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodsTableFactory
This interface defines the methods every real implementation class of the
MethodsTableFactory
interface has to provide.
Method Summary | |
---|---|
MethodsTable |
getInstance()
Returns an empty instance of the MethodsTable interface |
MethodsTable |
getInstance(java.io.DataInputStream dis,
Dna dna,
int methodsCount)
Returns a populated instance of the MethodsTable interface |
Method Detail |
---|
MethodsTable getInstance()
MethodsTable
interface
MethodsTable getInstance(java.io.DataInputStream dis, Dna dna, int methodsCount) throws MissingDnaContainerException, DnaDeserializationException
MethodsTable
interface
dis
- The InputStream
from which the MethodsTableFactory
will read the MethodTable
dna
- The Dna
instance the MethodTable
belongs tomethodsCount
- The number of expected methods
MissingDnaContainerException
DnaDeserializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |