Interface ByteMetadataType.ByteReader

All Superinterfaces:
MetadataType.BasicReader<Byte>, MetadataType.Reader<Byte>
Enclosing class:
ByteMetadataType
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 ByteMetadataType.ByteReader extends MetadataType.BasicReader<Byte>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Byte
    read(io.netty.buffer.ByteBuf input)
    Deprecated.
    byte
    readPrimitive(io.netty.buffer.ByteBuf input)