public class CharTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ASCII_BS |
static byte |
ASCII_CR |
static byte |
ASCII_FF |
static byte |
ASCII_HT |
static byte |
ASCII_LEFT_PAR |
static byte |
ASCII_LF |
static byte |
ASCII_NINE |
static byte |
ASCII_NUL |
static byte |
ASCII_RIGHT_PAR |
static byte |
ASCII_SPACE |
static byte |
ASCII_ZERO |
| Constructor and Description |
|---|
CharTable() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRegular(int c)
Checks if given character is not a space and not a token delimiter.
|
static boolean |
isSpace(int c)
Checks if character is a space character.
|
static boolean |
isTokenDelimiter(int c)
Checks if given character is a token delimiter.
|
public static final byte ASCII_NUL
public static final byte ASCII_BS
public static final byte ASCII_HT
public static final byte ASCII_LF
public static final byte ASCII_FF
public static final byte ASCII_CR
public static final byte ASCII_SPACE
public static final byte ASCII_ZERO
public static final byte ASCII_NINE
public static final byte ASCII_LEFT_PAR
public static final byte ASCII_RIGHT_PAR
public static boolean isSpace(int c)
c - is character to check.public static boolean isTokenDelimiter(int c)
c - is a character to check.public static boolean isRegular(int c)
c - is a character to check.Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.