org.apache.tika.parser.hdf
Class HDFParser

java.lang.Object
  extended by org.apache.tika.parser.hdf.HDFParser
All Implemented Interfaces:
java.io.Serializable, Parser

public class HDFParser
extends java.lang.Object
implements Parser

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 Summary
HDFParser()
           
 
Method Summary
 java.util.Set<MediaType> getSupportedTypes(ParseContext context)
           
 void parse(java.io.InputStream stream, org.xml.sax.ContentHandler handler, Metadata metadata)
           
 void parse(java.io.InputStream stream, org.xml.sax.ContentHandler handler, Metadata metadata, ParseContext context)
           
protected  void unravelStringMet(ucar.nc2.NetcdfFile ncFile, ucar.nc2.Group group, Metadata met)
           
protected  void writeStreamToMemory(java.io.InputStream is, java.io.ByteArrayOutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDFParser

public HDFParser()
Method Detail

getSupportedTypes

public java.util.Set<MediaType> getSupportedTypes(ParseContext context)
Specified by:
getSupportedTypes in interface Parser

parse

public void parse(java.io.InputStream stream,
                  org.xml.sax.ContentHandler handler,
                  Metadata metadata,
                  ParseContext context)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  TikaException
Specified by:
parse in interface Parser
Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException

parse

public void parse(java.io.InputStream stream,
                  org.xml.sax.ContentHandler handler,
                  Metadata metadata)
           throws java.io.IOException,
                  org.xml.sax.SAXException,
                  TikaException
Specified by:
parse in interface Parser
Throws:
java.io.IOException
org.xml.sax.SAXException
TikaException

unravelStringMet

protected void unravelStringMet(ucar.nc2.NetcdfFile ncFile,
                                ucar.nc2.Group group,
                                Metadata met)

writeStreamToMemory

protected void writeStreamToMemory(java.io.InputStream is,
                                   java.io.ByteArrayOutputStream os)
                            throws TikaException
Throws:
TikaException


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.