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 Type
    Method
    Description
    default Float
    read(io.netty.buffer.ByteBuf input)
    Deprecated.
    float
    readPrimitive(io.netty.buffer.ByteBuf input)