Package ru.bitel.common
Class ByteBufferUtils
java.lang.Object
ru.bitel.common.ByteBufferUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic shortstatic shortgetUnsignedByte(ByteBuffer bb, int position) static longstatic longgetUnsignedInt(ByteBuffer bb, int position) static intstatic intgetUnsignedShort(ByteBuffer bb, int position) static voidputUnsignedByte(ByteBuffer bb, int value) static voidputUnsignedByte(ByteBuffer bb, int position, int value) static voidputUnsignedInt(ByteBuffer bb, int position, long value) static voidputUnsignedInt(ByteBuffer bb, long value) static voidputUnsignedShort(ByteBuffer bb, int value) static voidputUnsignedShort(ByteBuffer bb, int position, int value)
-
Constructor Details
-
ByteBufferUtils
public ByteBufferUtils()
-
-
Method Details
-
getUnsignedByte
-
putUnsignedByte
-
getUnsignedByte
-
putUnsignedByte
-
getUnsignedShort
-
putUnsignedShort
-
getUnsignedShort
-
putUnsignedShort
-
getUnsignedInt
-
putUnsignedInt
-
getUnsignedInt
-
putUnsignedInt
-