public abstract class XROSubobject extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
attribute  | 
protected int | 
erosolength  | 
protected boolean | 
loosehop  | 
protected byte[] | 
subobject_bytes  | 
protected int | 
type  | 
| Constructor and Description | 
|---|
XROSubobject()  | 
XROSubobject(byte[] bytes,
            int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
decode()  | 
void | 
decodeSoHeader()  | 
abstract void | 
encode()  | 
void | 
encodeSoHeader()  | 
int | 
getAttribute()  | 
int | 
getErosolength()  | 
static int | 
getLength(byte[] bytes,
         int offset)  | 
byte[] | 
getSubobject_bytes()  | 
int | 
getType()  | 
static int | 
getType(byte[] bytes,
       int offset)  | 
boolean | 
isLoosehop()  | 
void | 
setAttribute(int attribute)  | 
void | 
setErosolength(int erosolength)  | 
void | 
setLoosehop(boolean loosehop)  | 
void | 
setSubobject_bytes(byte[] subobject_bytes)  | 
void | 
setType(int type)  | 
protected int type
protected int erosolength
protected boolean loosehop
protected byte[] subobject_bytes
protected int attribute
public XROSubobject()
public XROSubobject(byte[] bytes,
                    int offset)
public abstract void encode()
public abstract void decode()
public void encodeSoHeader()
public void decodeSoHeader()
public static int getLength(byte[] bytes,
                            int offset)
public static int getType(byte[] bytes,
                          int offset)
public int getType()
public void setType(int type)
public int getErosolength()
public void setErosolength(int erosolength)
public boolean isLoosehop()
public void setLoosehop(boolean loosehop)
public byte[] getSubobject_bytes()
public void setSubobject_bytes(byte[] subobject_bytes)
public int getAttribute()
public void setAttribute(int attribute)
Copyright © 2016. All rights reserved.