Interface | Description |
---|---|
MessageResolver |
Used to resolve message codes to text strings based in the given locale
|
ReadableDataLocation |
ReadableDataLocation is capable of reading and re-reading the same source of data many times
|
WriteableDataLocation |
A WriteableDataLocation extends the capability of being able to read data by giving access to the OutputStream
to the source data.
|