public interface StringEncodingStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
StringEncodingStrategy.FrontCoded |
static class |
StringEncodingStrategy.Utf8 |
| Modifier and Type | Field and Description |
|---|---|
static StringEncodingStrategy.Utf8 |
DEFAULT |
static String |
FRONT_CODED |
static byte |
FRONT_CODED_ID |
static String |
UTF8 |
static byte |
UTF8_ID |
| Modifier and Type | Method and Description |
|---|---|
byte |
getId() |
String |
getType() |
static final StringEncodingStrategy.Utf8 DEFAULT
static final String UTF8
static final String FRONT_CODED
static final byte UTF8_ID
static final byte FRONT_CODED_ID
String getType()
byte getId()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.