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 byte |
getAttributes(int c) |
static boolean |
isRegular(int c) |
static boolean |
isSpace(int c) |
static boolean |
isTokenDelimiter(int c) |
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
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.