@Descriptor(tags=0) public abstract class BaseDescriptor extends Object
| Constructor and Description |
|---|
BaseDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
int |
getSizeBytes() |
int |
getSizeOfInstance() |
int |
getTag() |
void |
parse(int tag,
ByteBuffer bb) |
abstract void |
parseDetail(ByteBuffer bb) |
String |
toString() |
public int getTag()
public int getSize()
public int getSizeOfInstance()
public int getSizeBytes()
public final void parse(int tag,
ByteBuffer bb)
throws IOException
IOExceptionpublic abstract void parseDetail(ByteBuffer bb) throws IOException
IOExceptionCopyright © 2014. All rights reserved.