ucar.nc2.util.cache
Interface FileFactory


public interface FileFactory

Interface for factories of FileCacheable objects.

Since:
Jun 2, 2008
Author:
caron

Method Summary
 FileCacheable open(java.lang.String location, int buffer_size, CancelTask cancelTask, java.lang.Object iospMessage)
           
 

Method Detail

open

FileCacheable open(java.lang.String location,
                   int buffer_size,
                   CancelTask cancelTask,
                   java.lang.Object iospMessage)
                   throws java.io.IOException
Throws:
java.io.IOException