Uses of Class
de.haumacher.msgbuf.binary.DataType
-
Packages that use DataType Package Description de.haumacher.msgbuf.binary -
-
Uses of DataType in de.haumacher.msgbuf.binary
Methods in de.haumacher.msgbuf.binary that return DataType Modifier and Type Method Description static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.haumacher.msgbuf.binary with parameters of type DataType Modifier and Type Method Description voidDataWriter. beginArray(DataType type, int lenght)Starts writing an array value with entries of the given type.voidOctetDataWriter. beginArray(DataType type, int length)
-