Uses of Interface
de.haumacher.msgbuf.binary.DataWriter
Packages that use DataWriter
-
Uses of DataWriter in de.haumacher.msgbuf.binary
Classes in de.haumacher.msgbuf.binary that implement DataWriterModifier and TypeClassDescriptionclassDataWriterthat encodes into a stream of octets (8 bit byte values).Methods in de.haumacher.msgbuf.binary with parameters of type DataWriterModifier and TypeMethodDescriptionvoidBinaryDataObject.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 DataWriterModifier and TypeMethodDescriptionprotected 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) final voidCommand.writeTo(DataWriter out)