| Constructor and Description |
|---|
Bufs() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
buf(String s) |
static byte[] |
buf2bytes(ByteBuffer buf) |
static String |
buf2str(ByteBuffer buf) |
static int[] |
buf2ubytes(ByteBuffer buf) |
static ByteBuffer |
expand(ByteBuffer buf) |
static ByteBuffer |
expand(ByteBuffer buf,
int newSize) |
public static ByteBuffer expand(ByteBuffer buf, int newSize)
public static ByteBuffer expand(ByteBuffer buf)
public static String buf2str(ByteBuffer buf)
public static byte[] buf2bytes(ByteBuffer buf)
public static int[] buf2ubytes(ByteBuffer buf)
public static ByteBuffer buf(String s)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.