|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreReader
Implementations of this interface are used by Storeable classes to load their state.
Method Summary | |
---|---|
boolean |
readBoolean()
Reads a boolean from storage. |
byte |
readByte()
Reads a byte from storage. |
char |
readCharacter()
Reads a character from storage. |
double |
readDouble()
Reads a double from storage. |
int |
readInteger()
Reads an integer from storage. |
long |
readLong()
Reads a long from storage. |
java.lang.String |
readString()
Reads a String from storage. |
Method Detail |
---|
boolean readBoolean()
byte readByte()
char readCharacter()
int readInteger()
long readLong()
double readDouble()
java.lang.String readString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |