public abstract class Descriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IDescriptorFactory |
factory |
| Constructor and Description |
|---|
Descriptor(int tag,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doWrite(ByteBuffer out) |
static Descriptor |
read(ByteBuffer input,
IDescriptorFactory factory) |
void |
write(ByteBuffer out) |
protected IDescriptorFactory factory
public void write(ByteBuffer out)
protected abstract void doWrite(ByteBuffer out)
public static Descriptor read(ByteBuffer input, IDescriptorFactory factory)
Copyright © 2018. All rights reserved.