|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFrameWriter
Writes fulmine delta (FD) protocol frames.
Please refer to the "Fulmine Delta Transmission Protocol" specification for a complete description of the fulmine serialisation technique.
IFrameConstants
Method Summary | |
---|---|
byte[] |
write(IContainer container)
Write a container's current state changes into an FD frame. |
byte[] |
writeComplete(IContainer container)
Write a container's complete state into an FD frame. |
byte[] |
writeMeta(IContainer container)
Write only a container's meta state into an FD frame. |
Method Detail |
---|
byte[] writeComplete(IContainer container)
container
- the container to write as a frame
byte[] write(IContainer container)
container
- the container to write as a frame
byte[] writeMeta(IContainer container)
container
- the container to write
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |