Uses of Class
de.gsi.dataset.utils.serializer.DataType
-
Packages that use DataType Package Description de.gsi.dataset.utils de.gsi.dataset.utils.serializer -
-
Uses of DataType in de.gsi.dataset.utils
Methods in de.gsi.dataset.utils with parameters of type DataType Modifier and Type Method Description protected static booleanDataSetSerialiser. checkFieldCompatibility(BinarySerialiser.FieldHeader fieldHeader, java.lang.String fieldName, DataType requireDataType) -
Uses of DataType in de.gsi.dataset.utils.serializer
Methods in de.gsi.dataset.utils.serializer that return DataType Modifier and Type Method Description static DataTypeDataType. fromByte(byte value)Returns the data type matching the given byte representation, if any.static DataTypeDataType. fromClassType(java.lang.Class<?> classType)Returns the data type matching the given java class type, if any.static DataTypeDataType. fromString(java.lang.String str)Returns the data type matching the given string representation, if any.DataTypeBinarySerialiser.FieldHeader. getDataType()static DataTypeDataType. valueOf(java.lang.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.gsi.dataset.utils.serializer with parameters of type DataType Modifier and Type Method Description protected static java.lang.Object[]BinarySerialiser. getGenericArrayAsPrimitive(FastByteBuffer readBuffer, DataType dataType)protected static intBinarySerialiser. putArrayHeader(FastByteBuffer buffer, java.lang.String fieldName, DataType dataType, int[] dims)protected static voidBinarySerialiser. putFieldHeader(FastByteBuffer buffer, java.lang.String fieldName, DataType dataType)protected static voidBinarySerialiser. putFieldHeader(FastByteBuffer buffer, java.lang.String fieldName, DataType dataType, int additionalSize)protected static voidBinarySerialiser. putGenericArrayAsPrimitive(FastByteBuffer buffer, DataType dataType, java.lang.Object[] data, int nToCopy)
-