|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstantPoolTableFactory
This is the interface every factory class returning a constant pool table implementation has to implement.
Method Summary | |
---|---|
ConstantPoolTable |
getInstance()
Returns an empty instance of the ConstantPoolTable interface |
ConstantPoolTable |
getInstance(java.io.DataInputStream dis,
Dna dna,
int cptSize)
Returns a populated instance of the ConstantPoolTable interface |
Method Detail |
---|
ConstantPoolTable getInstance()
ConstantPoolTable
interface
ConstantPoolTable getInstance(java.io.DataInputStream dis, Dna dna, int cptSize) throws MissingDnaContainerException, DnaDeserializationException
ConstantPoolTable
interface
dis
- The input stream the constant pool table has to be read fromdna
- The Dna
containercptSize
- The number of expected constant pool table entries
MissingDnaContainerException
DnaDeserializationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |