private static final class GeneralLegacyIndexCodes.InternationalCharHandler extends GeneralLegacyIndexCodes.CharHandler
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
_bytes |
private byte[] |
_extraBytes |
| Modifier | Constructor and Description |
|---|---|
private |
InternationalCharHandler(byte[] bytes,
byte[] extraBytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getExtraBytes() |
byte[] |
getInlineBytes() |
GeneralLegacyIndexCodes.Type |
getType() |
getCrazyFlag, getExtraByteModifier, getUnprintableBytesprivate InternationalCharHandler(byte[] bytes,
byte[] extraBytes)
public GeneralLegacyIndexCodes.Type getType()
getType in class GeneralLegacyIndexCodes.CharHandlerpublic byte[] getInlineBytes()
getInlineBytes in class GeneralLegacyIndexCodes.CharHandlerpublic byte[] getExtraBytes()
getExtraBytes in class GeneralLegacyIndexCodes.CharHandler