|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZsciiConverter.Alphabet | |
---|---|
org.zmpp.vmutil | This package contains the base utilities for the Z machine, e.g. |
Uses of ZsciiConverter.Alphabet in org.zmpp.vmutil |
---|
Methods in org.zmpp.vmutil that return ZsciiConverter.Alphabet | |
---|---|
ZsciiConverter.Alphabet |
ZsciiConverter.getInitialAlphabet()
Returns the initial alphabet of this converter. |
static ZsciiConverter.Alphabet |
ZsciiConverter.shiftFrom(ZsciiConverter.Alphabet alphabet,
byte shiftChar)
Returns a new alphabet for a given shift character. |
static ZsciiConverter.Alphabet |
ZsciiConverter.Alphabet.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ZsciiConverter.Alphabet[] |
ZsciiConverter.Alphabet.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.zmpp.vmutil with parameters of type ZsciiConverter.Alphabet | |
---|---|
static char |
ZsciiConverter.decode(ZsciiConverter.Alphabet alphabet,
short zchar)
Decodes a printable character to a unicode character. |
static void |
ZsciiConverter.decodeZchar(StringBuilder builder,
ZsciiConverter.Alphabet alphabet,
byte b)
Decodes the given byte value to the specified buffer using the working alphabet. |
static ZsciiConverter.Alphabet |
ZsciiConverter.shiftFrom(ZsciiConverter.Alphabet alphabet,
byte shiftChar)
Returns a new alphabet for a given shift character. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |