Uses of Interface
de.haumacher.msgbuf.binary.DataWriter
-
Packages that use DataWriter Package Description de.haumacher.msgbuf.binary de.haumacher.msgbuf.graph.cmd -
-
Uses of DataWriter in de.haumacher.msgbuf.binary
Classes in de.haumacher.msgbuf.binary that implement DataWriter Modifier and Type Class Description classOctetDataWriterDataWriterthat encodes into a stream of octets (8 bit byte values).Methods in de.haumacher.msgbuf.binary with parameters of type DataWriter Modifier and Type Method Description voidBinaryDataObject. writeTo(DataWriter out)Writes the content of thisDataObjectto the given binary output. -
Uses of DataWriter in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd with parameters of type DataWriter Modifier and Type Method Description protected voidCommand. writeFields(DataWriter out)Serializes all fields of this instance to the given binary output.protected voidInsertElement. writeFields(DataWriter out)protected voidListUpdate. writeFields(DataWriter out)voidCommand. writeTo(DataWriter out)
-