public final class CDFFactory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CDFFactory.CDFSource |
static class |
CDFFactory.ProcessingOption |
Modifier and Type | Field and Description |
---|---|
static long |
CDF2_MAGIC |
static long |
CDF2_MAGIC_DOT5 |
static long |
CDF3_COMPRESSED_MAGIC |
static long |
CDF3_MAGIC |
Modifier and Type | Method and Description |
---|---|
static void |
clean() |
static gov.nasa.gsfc.spdf.cdfj.CDFImpl |
getCDF(java.lang.String fname)
creates CDFImpl object from a file.
|
static void |
setMaxMappedMemory(long value) |
public static final long CDF3_MAGIC
public static final long CDF3_COMPRESSED_MAGIC
public static final long CDF2_MAGIC
public static final long CDF2_MAGIC_DOT5
public static gov.nasa.gsfc.spdf.cdfj.CDFImpl getCDF(java.lang.String fname) throws java.lang.Throwable
fname
- java.lang.Throwable
public static void setMaxMappedMemory(long value)
value
- public static void clean()