public class ADR
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected int |
num |
protected long |
position |
| Constructor and Description |
|---|
ADR() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
get() |
byte[] |
getNameBytes(java.lang.String s) |
int |
getSize() |
void |
setADRNext(long l) |
void |
setAgrEDRHead(long l) |
void |
setAzEDRHead(long l) |
void |
setMAXgrEntry(int n) |
void |
setMAXzEntry(int n) |
void |
setName(java.lang.String s) |
void |
setNgrEntries(int n) |
void |
setNum(int n) |
void |
setNzEntries(int n) |
void |
setScope(int n) |
protected long position
protected int num
protected java.lang.String name
public void setADRNext(long l)
public void setAgrEDRHead(long l)
public void setScope(int n)
public void setNum(int n)
public void setNgrEntries(int n)
public void setMAXgrEntry(int n)
public void setAzEDRHead(long l)
public void setNzEntries(int n)
public void setMAXzEntry(int n)
public void setName(java.lang.String s)
public byte[] getNameBytes(java.lang.String s)
public int getSize()
public java.nio.ByteBuffer get()