Package io.netty.util
Class ByteProcessorUtils
- java.lang.Object
-
- io.netty.util.ByteProcessorUtils
-
final class ByteProcessorUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static byteCARRIAGE_RETURN(package private) static byteHTAB(package private) static byteLINE_FEED(package private) static byteSPACE
-
Constructor Summary
Constructors Modifier Constructor Description privateByteProcessorUtils()
-
-
-
Field Detail
-
SPACE
static final byte SPACE
- See Also:
- Constant Field Values
-
HTAB
static final byte HTAB
- See Also:
- Constant Field Values
-
CARRIAGE_RETURN
static final byte CARRIAGE_RETURN
- See Also:
- Constant Field Values
-
LINE_FEED
static final byte LINE_FEED
- See Also:
- Constant Field Values
-
-