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 Details

    • PacketSizeEstimator

      public PacketSizeEstimator()
  • Method Details

    • applyAsInt

      public int applyAsInt(io.netty.buffer.ByteBuf byteBuf)
      Specified by:
      applyAsInt in interface ToIntFunction<io.netty.buffer.ByteBuf>