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 byte
CARRIAGE_RETURN
(package private) static byte
HTAB
(package private) static byte
LINE_FEED
(package private) static byte
SPACE
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteProcessorUtils()
-
-
-
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
-
-