public class GDR
extends java.lang.Object
section 2.3.| Modifier and Type | Field and Description |
|---|---|
protected long |
position |
| Constructor and Description |
|---|
GDR() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
get() |
int |
getSize() |
void |
setADRHead(long l)
Signed 8-byte integer, big-endian byte ordering.The file offset of the
first Attribute Descriptor Record (ADR).
|
void |
setEof(long l)
Signed 8-byte integer, big-endian byte ordering.The end-of-file (EOF)
position in the dotCDF file.
|
void |
setLastLeapSecondId(int n)
Signed 4-byte integer, big-endian byte ordering.The date of the last
entry in the leap secondtable (in YYYYMMDD form).
|
void |
setNumAttr(int n)
Signed 4-byte integer, big-endian byte ordering.The number of attributes
in the CDF.
|
void |
setNzVars(int n)
Signed 4-byte integer, big-endian byte ordering.The number of zVariables
in the CDF.
|
void |
setZVDRHead(long l)
Signed 8-byte integer, big-endian byte ordering.
|
public void setZVDRHead(long l)
l - public void setADRHead(long l)
l - public void setEof(long l)
l - public void setNumAttr(int n)
n - public void setNzVars(int n)
n - public void setLastLeapSecondId(int n)
n - public java.nio.ByteBuffer get()
public int getSize()