Interface FloatMetadataType.FloatWriter
- All Superinterfaces:
MetadataType.BasicWriter<Float>,MetadataType.Writer<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.FloatWriter
extends MetadataType.BasicWriter<Float>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.voidwritePrimitive(io.netty.buffer.ByteBuf output, float value)
-
Method Details
-
writePrimitive
void writePrimitive(io.netty.buffer.ByteBuf output, float value) -
write
Deprecated.- Specified by:
writein interfaceMetadataType.BasicWriter<Float>- Specified by:
writein interfaceMetadataType.Writer<Float>
-