Uses of Interface
de.haumacher.msgbuf.binary.DataReader
-
Packages that use DataReader Package Description de.haumacher.msgbuf.binary de.haumacher.msgbuf.graph.cmd -
-
Uses of DataReader in de.haumacher.msgbuf.binary
Classes in de.haumacher.msgbuf.binary that implement DataReader Modifier and Type Class Description classOctetDataReaderDataReaderthat 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 DataReader Modifier and Type Method Description static 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.
-