|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Generic type of EntryValuepublic interface EntryValueFactory<T extends EntryValue>
EntryValueFactory.
Method Summary | |
---|---|
T |
newValue()
|
T |
newValue(DataReader in)
|
T[] |
newValueArray(int length)
Creates an array of EntryValue of a specified length. |
void |
reinitValue(DataReader in,
T value)
Read data from stream to populate an EntryValue. |
Method Detail |
---|
T[] newValueArray(int length)
length
- the length of array.
T newValue()
T newValue(DataReader in) throws IOException
IOException
void reinitValue(DataReader in, T value) throws IOException
in
- data reader for EntryValue.value
- an EntryValue to populate.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |