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 TypeMethodDescriptiondefault Byteread(io.netty.buffer.ByteBuf input) Deprecated.bytereadPrimitive(io.netty.buffer.ByteBuf input)
-
Method Details
-
readPrimitive
byte readPrimitive(io.netty.buffer.ByteBuf input) -
read
Deprecated.- Specified by:
readin interfaceMetadataType.BasicReader<Byte>- Specified by:
readin interfaceMetadataType.Reader<Byte>
-