public class DatasetExt extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static int |
total_count |
static long |
total_nbytes |
| Constructor and Description |
|---|
DatasetExt() |
DatasetExt(long catId,
String restrictedAccess,
String ncml) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNcml() |
String |
getRestrictAccess() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public String getNcml()
public String getRestrictAccess()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException