|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GribServiceProvider.IndexExtendMode | |
|---|---|
| ucar.nc2.iosp.grib | I/O Service Provider for GRIB-1 and GRIB-2 format files |
| Uses of GribServiceProvider.IndexExtendMode in ucar.nc2.iosp.grib |
|---|
| Fields in ucar.nc2.iosp.grib declared as GribServiceProvider.IndexExtendMode | |
|---|---|
static GribServiceProvider.IndexExtendMode |
GribServiceProvider.extendMode
Deprecated. |
static GribServiceProvider.IndexExtendMode |
GribServiceProvider.syncMode
Deprecated. |
| Methods in ucar.nc2.iosp.grib that return GribServiceProvider.IndexExtendMode | |
|---|---|
static GribServiceProvider.IndexExtendMode |
GribServiceProvider.IndexExtendMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GribServiceProvider.IndexExtendMode[] |
GribServiceProvider.IndexExtendMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in ucar.nc2.iosp.grib with parameters of type GribServiceProvider.IndexExtendMode | |
|---|---|
static void |
GribServiceProvider.setIndexExtendMode(GribServiceProvider.IndexExtendMode mode)
Deprecated. This controls the case where the GRIB file has changed, which is detected by comparing the GRIB file length with the file length recorded in the index file. |
static void |
GribServiceProvider.setIndexSyncMode(GribServiceProvider.IndexExtendMode mode)
Deprecated. This controls what happens when sync() is called on a GRIB file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||