| Interface | Description |
|---|---|
| ParserWriter<T> |
A
ParserWriter can "parse" a InputStream into a real object
and vice versa (write an Object to the original data format, like json, xml
or evene binary image data etc.) |
| ParserWriterPool |
Used to handle a pool of
ParserWriters. |
| Class | Description |
|---|---|
| DefaultParserWriterPool |
A simple
ParserWriterPool implementation that uses a HashMap
(not thread safe, but the pool should not be changed after initialisation,
therefore it should not be a problem, because multiple threads can read at the same time
without getting in troubles). |
| MimeType |
This class defines the most common mime types that are used with the parsers
|
| MimeType.Application |
The subcategory containing mime types definitions that are mapped to the
application Category
|
| MimeType.Image |
Some kind of "subpackage" containg image mimetypes
|
| MimeType.Text |
The Text mime type subpackage
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.