final class RedisCodecUtil
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
RedisCodecUtil() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static byte[] |
longToAsciiBytes(long value) |
(package private) static short |
makeShort(char first,
char second)
Returns a
short value using endian order. |
(package private) static byte[] |
shortToBytes(short value)
Returns a
byte[] of short value. |