Class BufferUtil
java.lang.Object
org.eclipse.milo.opcua.stack.core.util.BufferUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.buffer.CompositeByteBufstatic io.netty.buffer.ByteBufstatic io.netty.buffer.ByteBufpooledBuffer(int initialCapacity)
-
Constructor Details
-
BufferUtil
public BufferUtil()
-
-
Method Details
-
compositeBuffer
public static io.netty.buffer.CompositeByteBuf compositeBuffer()- Returns:
- a pooled
CompositeByteBuf.
-
pooledBuffer
public static io.netty.buffer.ByteBuf pooledBuffer()- Returns:
- a pooled
ByteBufin BIG ENDIAN byte order.
-
pooledBuffer
public static io.netty.buffer.ByteBuf pooledBuffer(int initialCapacity) - Returns:
- a pooled
ByteBufin BIG ENDIAN byte order, with an initial capacity ofinitialCapacity.
-