Package org.apache.plc4x.java.bacnetip
Klasse BacNetIpDriver.ByteLengthEstimator
java.lang.Object
org.apache.plc4x.java.bacnetip.BacNetIpDriver.ByteLengthEstimator
- Alle implementierten Schnittstellen:
ToIntFunction<io.netty.buffer.ByteBuf>
- Umschließende Klasse:
BacNetIpDriver
public static class BacNetIpDriver.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>
-