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 |
AHUFF_COMPRESSION |
static long |
CDF2_MAGIC |
static long |
CDF2_MAGIC_DOT5 |
static long |
CDF3_COMPRESSED_MAGIC |
static long |
CDF3_MAGIC |
static long |
GZIP_COMPRESSION |
static long |
HUFF_COMPRESSION |
static long |
NO_COMPRESSION |
static long |
RLE_COMPRESSION |
Modifier and Type | Method and Description |
---|---|
static void |
clean() |
static 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 final long NO_COMPRESSION
public static final long RLE_COMPRESSION
public static final long HUFF_COMPRESSION
public static final long AHUFF_COMPRESSION
public static final long GZIP_COMPRESSION
public static 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()