public final class Chars extends Object
Modifier and Type | Field | Description |
---|---|---|
static char |
CR |
Carriage Return.
|
static char |
DQUOTE |
Double Quote.
|
static char |
EQ |
Equals '='.
|
static char |
LF |
Line Feed.
|
static char |
NUL |
NUL.
|
static char |
QUOTE |
Single Quote ['].
|
static char |
SPACE |
Space.
|
static char |
TAB |
Tab.
|
Modifier and Type | Method | Description |
---|---|---|
static char |
getLowerCaseHex(int digit) |
Converts a digit into an lower-case hexadecimal character or the null character if invalid.
|
static char |
getUpperCaseHex(int digit) |
Converts a digit into an upper-case hexadecimal character or the null character if invalid.
|
public static final char CR
public static final char DQUOTE
public static final char EQ
public static final char LF
public static final char NUL
public static final char QUOTE
public static final char SPACE
public static final char TAB
public static char getUpperCaseHex(int digit)
digit
- a number 0 - 15public static char getLowerCaseHex(int digit)
digit
- a number 0 - 15Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.