ucar.util.prefs.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netcdf Show documentation
Show all versions of netcdf Show documentation
The NetCDF-Java Library is a Java interface to NetCDF files,
as well as to many other types of scientific data formats.
ucar.util.prefs package
The ucar.util.prefs package is an extension of the jdk1.4 package java.util.prefs.
It adds these features:
- it always uses XML files to store preference values
- it allows chains of ?stored defaults?
- it allows storage of arbitrary objects using Java Bean persistence (jdk1.4
)