public class Attribute extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
byte[] |
key |
byte[] |
value |
byte[] |
valueType |
| Constructor and Description |
|---|
Attribute() |
Attribute(byte[] key,
byte[] valueType,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(BinaryReader reader) |
void |
serialize(BinaryWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic Attribute()
public Attribute(byte[] key,
byte[] valueType,
byte[] value)
public void deserialize(BinaryReader reader) throws IOException
deserialize in interface SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize in interface SerializableIOExceptionCopyright © 2020. All rights reserved.