Version
ByteBufUtil
public class ByteBufUtil
Extends: java.lang.Object
ByteBufUtil is a utility class for low-level byte buffer operations used in encoding and decoding SMPP protocol data. It provides static methods to read, write, and calculate sizes for fields like addresses, TLVs, and strings using Netty's ByteBuf. This class is used statically — there's no need to create an instance.
Fields:
Field | Type | Description |
logger | Logger | Logger used for internal debugging or error reporting. |
EMPTY_ADDRESS | Address | A reusable constant representing an empty SMPP address. |
PDU_CMD_ID_RESP_MASK | int | Bitmask used to identify whether a command ID is a response type. |
Constructor:
public ByteBufUtil()
Standard constructor. Not used since all methods are static.
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!