Package ucar.nc2.grib

Class GribResourceReader


  • public class GribResourceReader
    extends Object
    • Constructor Detail

      • GribResourceReader

        public GribResourceReader()
    • 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