public class Attribute extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
data |
int |
size |
AttributeUsage |
usage |
| 构造器和说明 |
|---|
Attribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
Object |
json() |
void |
serialize(BinaryWriter writer) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfrom, toArray, toHexStringpublic AttributeUsage usage
public byte[] data
public int size
public void serialize(BinaryWriter writer) throws IOException
serialize 在接口中 SerializableIOExceptionpublic void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionpublic Object json()
Copyright © 2021. All rights reserved.