Class MFileZip.Provider

  • All Implemented Interfaces:
    thredds.inventory.MFileProvider
    Enclosing class:
    MFileZip

    public static class MFileZip.Provider
    extends Object
    implements thredds.inventory.MFileProvider
    • Constructor Detail

      • Provider

        public Provider()
    • Method Detail

      • getProtocol

        public String getProtocol()
        Specified by:
        getProtocol in interface thredds.inventory.MFileProvider
      • canProvide

        public boolean canProvide​(String location)
        Specified by:
        canProvide in interface thredds.inventory.MFileProvider
      • create

        @Nullable
        public thredds.inventory.MFile create​(String location)
                                       throws IOException
        Specified by:
        create in interface thredds.inventory.MFileProvider
        Throws:
        IOException