Package ucar.nc2.util.cache
Interface FileFactory
-
public interface FileFactory
Interface for factories of FileCacheable objects.- Since:
- Jun 2, 2008
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCacheable
open(DatasetUrl location, int buffer_size, CancelTask cancelTask, Object iospMessage)
-
-
-
Method Detail
-
open
FileCacheable open(DatasetUrl location, int buffer_size, CancelTask cancelTask, Object iospMessage) throws IOException
- Throws:
IOException
-
-