|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.ISO646
public final class ISO646
Byte Classification as ISO 646 ranges, in the manner of
\ in the C locale.
The motivation for this class is that the character classifications are
it is intentionally restricted. isupper(c) is only true
for 'A-Z'. It is important to only use this where it is appropriate,
where the input is declared to be ISO 646. We use it for decoding
meteorological bulletins.
Character| Constructor Summary | |
|---|---|
ISO646()
|
|
| Method Summary | |
|---|---|
static boolean |
isalnum(byte ch)
_more_ |
static boolean |
isdigit(byte ch)
_more_ |
static boolean |
islower(byte ch)
_more_ |
static boolean |
isspace(byte ch)
_more_ |
static boolean |
isupnum(byte ch)
Returns true if upper case or numeric. |
static boolean |
isupper(byte ch)
_more_ |
static void |
main(String[] args)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISO646()
| Method Detail |
|---|
public static boolean isdigit(byte ch)
ch -
public static boolean isupper(byte ch)
ch -
public static boolean islower(byte ch)
ch -
public static boolean isalnum(byte ch)
ch -
public static boolean isspace(byte ch)
ch -
public static boolean isupnum(byte ch)
ch -
public static void main(String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||