|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISerialiser
This interface defines write methods for a primitive serialiser.
| Method Summary | |
|---|---|
void |
flush()
Clears the internal serialisation graphs and flushes also the underlying outputstream. |
void |
writeObject(Object o)
Writes the given Object into this serialiser. |
| Methods inherited from interface java.io.DataOutput |
|---|
write, write, write, writeBoolean, writeByte, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Method Detail |
|---|
void flush()
throws IOException
IOException - thrown from OutputStream.flush()
void writeObject(Object o)
throws IOException
Object into this serialiser.
Consult BinarySerialiserConstants for further information!
o - the Object to write.
IOException - if problems occur while writing data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||