Home | History | Annotate | Download | only in adaptor

Lines Matching refs:hdf

39   private final JHdf hdf;
44 ResourceLoaderAdaptor(JHdf hdf, LoadPathToFileCache loadPathCache, CSFileLoader csFileLoader) {
45 this.hdf = hdf;
53 if (hdf.getData() == null) {
54 throw new IllegalStateException("HDF is already closed");
56 return new StringReader(csFileLoader.load(hdf, name));
211 if (hdf.getData() == null) {
212 throw new IllegalStateException("HDF is already closed");
214 loadPaths = CSUtil.getLoadPaths(hdf, true);