(package private) MinimalEncoder.Mode |
MinimalEncoder.Edge.getEndMode()
Returns Mode.ASCII in case that:
- Mode is EDIFACT and characterLength is less than 4 or the remaining characters can be encoded in at most 2
ASCII bytes.
|
(package private) MinimalEncoder.Mode |
MinimalEncoder.Edge.getMode() |
(package private) MinimalEncoder.Mode |
MinimalEncoder.Edge.getPreviousMode() |
(package private) MinimalEncoder.Mode |
MinimalEncoder.Edge.getPreviousStartMode() |
static MinimalEncoder.Mode |
MinimalEncoder.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MinimalEncoder.Mode[] |
MinimalEncoder.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|