Package ucar.nc2.grib
Class GribResourceReader
- java.lang.Object
-
- ucar.nc2.grib.GribResourceReader
-
public class GribResourceReader extends Object
-
-
Constructor Summary
Constructors Constructor Description GribResourceReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
getInputStream(String resourceName)
Get the input stream to the given resource
-
-
-
Method Detail
-
getInputStream
public static InputStream getInputStream(String resourceName) throws FileNotFoundException
Get the input stream to the given resource- Parameters:
resourceName
- The resource name. May be a resource on the class path or a file- Returns:
- The input stream to the resource
- Throws:
FileNotFoundException
-
-