Class HDFParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class HDFParser
    extends org.apache.tika.parser.AbstractParser
    Since the NetCDFParser depends on the NetCDF-Java API, we are able to use it to parse HDF files as well. See this link for more information.
    See Also:
    Serialized Form
    • Constructor Detail

      • HDFParser

        public HDFParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)
      • unravelStringMet

        protected void unravelStringMet​(ucar.nc2.NetcdfFile ncFile,
                                        ucar.nc2.Group group,
                                        org.apache.tika.metadata.Metadata met)