Klasse AbEthDriver.ByteLengthEstimator

java.lang.Object
org.apache.plc4x.java.abeth.AbEthDriver.ByteLengthEstimator
Alle implementierten Schnittstellen:
ToIntFunction<io.netty.buffer.ByteBuf>
Umschließende Klasse:
AbEthDriver

public static class AbEthDriver.ByteLengthEstimator extends Object implements ToIntFunction<io.netty.buffer.ByteBuf>
Estimate the Length of a Packet
  • Konstruktordetails

    • ByteLengthEstimator

      public ByteLengthEstimator()
  • Methodendetails

    • applyAsInt

      public int applyAsInt(io.netty.buffer.ByteBuf byteBuf)
      Angegeben von:
      applyAsInt in Schnittstelle ToIntFunction<io.netty.buffer.ByteBuf>