| Modifier and Type | Field and Description |
|---|---|
static Charset |
ASCII
US-ASCII charset.
|
static Charset |
UTF8
UTF-8 charset.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
buffer(String s)
Create a ByteBuffer from a string using ASCII encoding.
|
public static final Charset ASCII
public static final Charset UTF8
public static ByteBuffer buffer(String s)
s - the stringCopyright © 2019 lettuce.io. All rights reserved.