Uses of Enum
de.haumacher.msgbuf.binary.DataType
Packages that use DataType
-
Uses of DataType in de.haumacher.msgbuf.binary
Methods in de.haumacher.msgbuf.binary that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeReturns 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 DataTypeModifier and TypeMethodDescriptionvoidDataWriter.beginArray(DataType type, int lenght) Starts writing an array value with entries of the given type.voidOctetDataWriter.beginArray(DataType type, int length)