public class ByteArrayType extends SerializableType
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<ByteArrayType> |
serializer |
| Constructor and Description |
|---|
ByteArrayType(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
ByteArrayType |
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<ByteArrayType> serializer
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 ByteArrayType copy()
copy in class SerializableTypeCopyright © 2024. All rights reserved.