ucar.netcdf
Class NetcdfServer.Entry
java.lang.Object
ucar.netcdf.NetcdfServer.Entry
- Enclosing class:
- NetcdfServer
- class NetcdfServer.Entry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dirent
final File dirent
nc
NetcdfFile nc
refcount
int refcount
NetcdfServer.Entry
NetcdfServer.Entry(File ff)
keyValue
String keyValue()
getNetcdfFile
NetcdfFile getNetcdfFile()
throws IOException
- Return entry.nc, opening if necessary.
Increments reference count.
- Throws:
IOException
releaseNetcdfFile
void releaseNetcdfFile()
- Decrement the reference count and close if no
more references.