org.apache.tika.parser.netcdf
Class NetCDFParser
java.lang.Object
org.apache.tika.parser.netcdf.NetCDFParser
- All Implemented Interfaces:
- java.io.Serializable, Parser
public class NetCDFParser
- extends java.lang.Object
- implements Parser
A Parser for NetCDF
files using the UCAR, MIT-licensed NetCDF for Java
API.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetCDFParser
public NetCDFParser()
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
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.