public class ParameterByte extends ParameterNumber<java.lang.Byte>
defaultValue, value| Constructor and Description |
|---|
ParameterByte(byte defaultValue) |
ParameterByte(io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
ParameterByte |
copy() |
boolean |
isByte() |
boolean |
isDouble() |
boolean |
isFloat() |
boolean |
isInt() |
boolean |
isLong() |
boolean |
isShort() |
protected java.lang.Byte |
read(io.netty.buffer.ByteBuf buf) |
void |
setValue(@Nullable java.lang.Object value) |
protected void |
write(io.netty.buffer.ByteBuf buf,
java.lang.Byte val) |
byteValue, defaultByteValue, defaultDoubleValue, defaultFloatValue, defaultIntValue, defaultLongValue, defaultShortValue, doubleValue, floatValue, getAsBoolean, getAsByte, getAsByte, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsNumber, getAsShort, getAsShort, intValue, isBool, isList, isNumber, isPrimitive, isString, longValue, shortValueequals, getAsColor, getAsList, getAsNumber, getAsNumber, getAsNumber, getAsString, isDefault, toString, writepublic ParameterByte(byte defaultValue)
public ParameterByte(io.netty.buffer.ByteBuf buf)
public ParameterByte copy()
copy in class ParameterNumber<java.lang.Byte>protected java.lang.Byte read(io.netty.buffer.ByteBuf buf)
public void setValue(@Nullable
@Nullable java.lang.Object value)