|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BinSerializer
Binary Serializer. Used for non-character serialization. See the superinterface for details.
| Method Summary | |
|---|---|
boolean |
isArray(java.io.ObjectInputStream in)
Destructively tests the stream to see if it contains an array or a single SandMessage. |
SandMessage |
read(java.io.ObjectInputStream in)
Read the specified stream for a SandMessage. |
SandMessage[] |
readArray(java.io.ObjectInputStream in)
Reads the specified stream for a SandMessage[]. |
void |
write(SandMessage msg,
java.io.ObjectOutputStream out)
Write the specified SandMessage to the output stream. |
void |
writeArray(SandMessage[] msgArray,
java.io.ObjectOutputStream out)
Write the specified SandMessage[] to the output stream. |
| Method Detail |
|---|
void write(SandMessage msg,
java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException
SandMessage read(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOException
void writeArray(SandMessage[] msgArray,
java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException
SandMessage[] readArray(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOException
boolean isArray(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||