| Package | Description |
|---|---|
| org.jcodings.transcode |
| Modifier and Type | Field and Description |
|---|---|
AsciiCompatibility |
Transcoder.compatibility |
| Modifier and Type | Method and Description |
|---|---|
static AsciiCompatibility |
AsciiCompatibility.valueOf(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 |
|---|
Transcoder(byte[] source,
byte[] destination,
int treeStart,
String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |
Transcoder(String source,
String destination,
int treeStart,
String arrayKey,
int inputUnitLength,
int maxInput,
int maxOutput,
AsciiCompatibility compatibility,
int stateSize) |
Copyright © 2016. All Rights Reserved.