See: Description
Interface | Description |
---|---|
ContentParser |
This is the interface for a parser that
extracts (meta-)data from the content of an InputStream . |
ContentParserOptions |
This is the interface with additional options for the
ContentParser . |
ContentParserService |
This is the interface for a service that provides
ContentParser s. |
ContentParser
that is used to extract
metadata from data of a specific content-type. Further the
ContentParserService
gives access to
all available ContentParser
s by their
content-type (extension or mimetype). 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
.Copyright © 2001–2016 mmm-Team. All rights reserved.