Interface FloatMetadataType.FloatReader
- All Superinterfaces:
MetadataType.BasicReader<Float>,MetadataType.Reader<Float>
- Enclosing class:
- FloatMetadataType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface FloatMetadataType.FloatReader
extends MetadataType.BasicReader<Float>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Floatread(io.netty.buffer.ByteBuf input) Deprecated.floatreadPrimitive(io.netty.buffer.ByteBuf input)
-
Method Details
-
readPrimitive
float readPrimitive(io.netty.buffer.ByteBuf input) -
read
Deprecated.- Specified by:
readin interfaceMetadataType.BasicReader<Float>- Specified by:
readin interfaceMetadataType.Reader<Float>
-