Package ru.ilug.bmapper.codec
Class FloatCodec
java.lang.Object
ru.ilug.bmapper.codec.FloatCodec
- All Implemented Interfaces:
ValueCodec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]read(ByteBuffer buffer, Class<?> clazz, ByteMapperContext context, ByteMapper mapper) voidwrite(ByteBuffer buffer, ByteMapperContext context, ByteMapper mapper, Object value)
-
Constructor Details
-
FloatCodec
public FloatCodec()
-
-
Method Details
-
getProvidedValueClass
- Specified by:
getProvidedValueClassin interfaceValueCodec
-
read
- Specified by:
readin interfaceValueCodec
-
write
- Specified by:
writein interfaceValueCodec
-