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 Type
    Method
    Description
    default void
    write(io.netty.buffer.ByteBuf output, Float value)
    Deprecated.
    void
    writePrimitive(io.netty.buffer.ByteBuf output, float value)