Package org.apache.plc4x.java.knxnetip
Class KnxNetIpDriver.PacketSizeEstimator
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.KnxNetIpDriver.PacketSizeEstimator
-
- All Implemented Interfaces:
ToIntFunction<io.netty.buffer.ByteBuf>
- Enclosing class:
- KnxNetIpDriver
public static class KnxNetIpDriver.PacketSizeEstimator extends Object implements ToIntFunction<io.netty.buffer.ByteBuf>
-
-
Constructor Summary
Constructors Constructor Description PacketSizeEstimator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intapplyAsInt(io.netty.buffer.ByteBuf byteBuf)
-
-
-
Method Detail
-
applyAsInt
public int applyAsInt(io.netty.buffer.ByteBuf byteBuf)
- Specified by:
applyAsIntin interfaceToIntFunction<io.netty.buffer.ByteBuf>
-
-