public class ByteType extends SerializableType
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<ByteType> |
serializer |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
ByteType |
copy() |
boolean |
equals(Object o) |
Byte |
getValue()
Gets the value stored by the object.
|
int |
hashCode() |
void |
serialize(io.netty.buffer.ByteBuf out) |
String |
toString() |
deserializeDataType, getDataTypepublic static pt.unl.fct.di.novasys.network.ISerializer<ByteType> serializer
public ByteType(Byte value)
public Byte getValue()
SerializableTypegetValue in class SerializableTypepublic int compareTo(Object o)
public void serialize(io.netty.buffer.ByteBuf out)
throws IOException
serialize in class SerializableTypeIOExceptionpublic ByteType copy()
copy in class SerializableTypeCopyright © 2024. All rights reserved.