| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.iosp.netcdf3 |
I/O Service Provider for NetCDF-3 format files
|
| Constructor and Description |
|---|
NetcdfFileWriteable(IOServiceProviderWriter iospw,
RandomAccessFile raf,
String location,
boolean fill,
boolean isExisting)
Deprecated.
Open or create a new Netcdf file, put it into define mode to allow
writing, using the provided IOSP and RAF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
N3iosp
IOServiceProvider implementation abstract base class to read/write "version 3" netcdf files.
|
class |
N3raf
Use our RandomAccessFile class to read and write.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.