public final class Utils extends Object
Modifier and Type | Method and Description |
---|---|
static int |
bitsToInt(BitSet bits,
int start,
int length) |
static ByteBuffer |
createSubBuffer(ByteBuffer source,
int length) |
static int |
readBytesAsUnsignedInt(ByteBuffer buffer,
int length) |
static long |
readBytesAsUnsignedLong(ByteBuffer buffer,
int length) |
static String |
readUntilNull(ByteBuffer buffer) |
static void |
seekBufferToNextMultipleOfEight(ByteBuffer bb) |
public static String readUntilNull(ByteBuffer buffer)
public static void seekBufferToNextMultipleOfEight(ByteBuffer bb)
public static int readBytesAsUnsignedInt(ByteBuffer buffer, int length)
public static long readBytesAsUnsignedLong(ByteBuffer buffer, int length)
public static ByteBuffer createSubBuffer(ByteBuffer source, int length)
public static int bitsToInt(BitSet bits, int start, int length)
Copyright © 2021 The Apache Software Foundation. All rights reserved.