Package org.apache.plc4x.java.abeth
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
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
ByteLengthEstimator
public ByteLengthEstimator()
-
-
Methodendetails
-
applyAsInt
public int applyAsInt(io.netty.buffer.ByteBuf byteBuf) - Angegeben von:
applyAsIntin SchnittstelleToIntFunction<io.netty.buffer.ByteBuf>
-