|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LCMEncodable
A message which can be easily sent using LCM.
| Method Summary | |
|---|---|
void |
_decodeRecursive(java.io.DataInput ins)
Decode the data without the magic header. |
void |
_encodeRecursive(java.io.DataOutput outs)
Encode the data without the magic header. |
void |
encode(java.io.DataOutput outs)
Invoked by LCM. |
| Method Detail |
|---|
void encode(java.io.DataOutput outs)
throws java.io.IOException
outs - Any data to be sent should be written to this output stream.
java.io.IOException
void _encodeRecursive(java.io.DataOutput outs)
throws java.io.IOException
java.io.IOException
void _decodeRecursive(java.io.DataInput ins)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||