Uses of Interface
de.haumacher.msgbuf.binary.DataReader
Packages that use DataReader
-
Uses of DataReader in de.haumacher.msgbuf.binary
Classes in de.haumacher.msgbuf.binary that implement DataReaderModifier and TypeClassDescriptionclassDataReaderthat reconstructs values written with aOctetDataWriter. -
Uses of DataReader in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd with parameters of type DataReaderModifier and TypeMethodDescriptionstatic CommandCommand.readCommand(DataReader in) Reads a new instance from the given reader.protected voidCommand.readField(DataReader in, int field) Consumes the value for the field with the given ID and assigns its value.protected voidInsertElement.readField(DataReader in, int field) protected voidListUpdate.readField(DataReader in, int field) static InsertElementInsertElement.readInsertElement(DataReader in) Reads a new instance from the given reader.static ListUpdateListUpdate.readListUpdate(DataReader in) Reads a new instance from the given reader.static RemoveElementRemoveElement.readRemoveElement(DataReader in) Reads a new instance from the given reader.static SetPropertySetProperty.readSetProperty(DataReader in) Reads a new instance from the given reader.