Interface BooleanMetadataType.BooleanReader
- All Superinterfaces:
MetadataType.BasicReader<Boolean>,MetadataType.Reader<Boolean>
- Enclosing class:
- BooleanMetadataType
- 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 BooleanMetadataType.BooleanReader
extends MetadataType.BasicReader<Boolean>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Booleanread(io.netty.buffer.ByteBuf input) Deprecated.booleanreadPrimitive(io.netty.buffer.ByteBuf input)
-
Method Details
-
readPrimitive
boolean readPrimitive(io.netty.buffer.ByteBuf input) -
read
Deprecated.- Specified by:
readin interfaceMetadataType.BasicReader<Boolean>- Specified by:
readin interfaceMetadataType.Reader<Boolean>
-