|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreWriter
Implementations of this interface are used by Storeable classes to persist their state.
Method Summary | |
---|---|
void |
writeBoolean(boolean value)
Writes a boolean to storage. |
void |
writeByte(byte value)
Writes a byte to storage. |
void |
writeCharacter(char value)
Writes a character to storage. |
void |
writeDouble(double value)
Writes a double to storage. |
void |
writeInteger(int value)
Writes an integer to storage. |
void |
writeLong(long value)
Writes a long to storage. |
void |
writeString(java.lang.String value)
Writes a String to storage. |
Method Detail |
---|
void writeBoolean(boolean value)
value
- The value to be written.void writeByte(byte value)
value
- The value to be written.void writeCharacter(char value)
value
- The value to be written.void writeInteger(int value)
value
- The value to be written.void writeLong(long value)
value
- The value to be written.void writeDouble(double value)
value
- The value to be written.void writeString(java.lang.String value)
value
- The value to be written.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |