Class ByteBufUtils
java.lang.Object
org.graylog.plugins.netflow.utils.ByteBufUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InetAddressgetInetAddress(io.netty.buffer.ByteBuf buf, int offset, int length) static longgetUnsignedInteger(io.netty.buffer.ByteBuf buf, int offset, int length) static InetAddressreadInetAddress(io.netty.buffer.ByteBuf buf)
-
Field Details
-
DEFAULT_INET_ADDRESS
-
-
Constructor Details
-
ByteBufUtils
public ByteBufUtils()
-
-
Method Details
-
getUnsignedInteger
public static long getUnsignedInteger(io.netty.buffer.ByteBuf buf, int offset, int length) -
getInetAddress
-
readInetAddress
-