| Package | Description |
|---|---|
| org.jcodings.transcode |
| Modifier and Type | Field and Description |
|---|---|
(package private) AsciiCompatibility |
Transcoder.compatibility |
(package private) AsciiCompatibility |
Transcoder.GenericTranscoderEntry.compatibility |
| Modifier and Type | Method and Description |
|---|---|
static AsciiCompatibility |
AsciiCompatibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsciiCompatibility[] |
AsciiCompatibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GenericTranscoder(byte[] source,
byte[] destination,
int treeStart,
java.lang.String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |
GenericTranscoder(java.lang.String source,
java.lang.String destination,
int treeStart,
java.lang.String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |
GenericTranscoderEntry(java.lang.String source,
java.lang.String destination,
int treeStart,
java.lang.String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |
Transcoder(byte[] source,
byte[] destination,
int treeStart,
java.lang.String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |
Transcoder(java.lang.String source,
java.lang.String destination,
int treeStart,
java.lang.String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |