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