| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.primitives.Characters |
Utility methods for character or any number interpreted as character.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Characters() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static boolean |
isAsciiChar(int b)
Indicates if character is printable ascii.
| ||||||||||
| static boolean |
isAsciiCharOrCommonFormat(int b)
Indicates if character is printable ascii or any CR/LF/TAB separator.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Indicates if character is printable ascii.
| b | byte to test |
|---|
Indicates if character is printable ascii or any CR/LF/TAB separator.
| b | byte to test |
|---|