public final class ByteBufferUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
toByteBuffer(String s) |
static ByteBuffer |
toByteBuffer(String s,
Charset charset) |
static String |
toString(ByteBuffer b) |
static String |
toString(ByteBuffer b,
Charset charset) |
public static String toString(ByteBuffer b, Charset charset)
public static String toString(ByteBuffer b)
public static ByteBuffer toByteBuffer(String s, Charset charset)
public static ByteBuffer toByteBuffer(String s)
Copyright © 2017. All rights reserved.