Skip navigation links

Package net.sf.mmm.content.parser.api

Provides the API for parsers to extract metadata from content.

See: Description

Package net.sf.mmm.content.parser.api Description

Provides the API for parsers to extract metadata from content.

Content-Parser API

This package contains the API and base-implementation for a ContentParser that is used to extract metadata from data of a specific content-type. Further the ContentParserService gives access to all available ContentParsers by their content-type (extension or mimetype).
The ContentParser-implementations should respect the value of ContentParserOptions.getMaximumBufferSize() so the memory footprint can be limited. This is an important feature if you want to parse large sets of content without getting an OutOfMemoryError.
Skip navigation links

Copyright © 2001–2016 mmm-Team. All rights reserved.