- java.lang.Object
-
- de.ibapl.jnhw.common.util.ByteBufferUtils
-
public abstract class ByteBufferUtils extends Object
- Author:
- aploese
-
-
Field Summary
Fields Modifier and Type Field Description static StringUTF8_ENCODING
-
Constructor Summary
Constructors Constructor Description ByteBufferUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcalcBufferReadBytes(ByteBuffer buffer)static intcalcBufferWriteBytes(ByteBuffer buffer)static longfixBufferPos(ByteBuffer buffer, long byteTransferred)
-
-
-
Field Detail
-
UTF8_ENCODING
public static final String UTF8_ENCODING
- See Also:
- Constant Field Values
-
-
Method Detail
-
calcBufferWriteBytes
public static int calcBufferWriteBytes(ByteBuffer buffer)
-
calcBufferReadBytes
public static int calcBufferReadBytes(ByteBuffer buffer)
-
fixBufferPos
public static long fixBufferPos(ByteBuffer buffer, long byteTransferred)
-
-