See: Description
| Interface | Description |
|---|---|
| MimeStreamData |
varient of StreamData where the data has an associated mime type and filename
Classes that implement this interface can also implement javax.activation.DataSource
|
| StreamData |
Interface implemented by Objects that can provide their data as a Stream
|
| Class | Description |
|---|---|
| BlobStreamData | |
| ByteArrayMimeStreamData |
An implementation of MimeStreamData based on ByteArrayStreamData
|
| ByteArrayStreamData |
Implements StreamData holding the data locally in memory.
|
| FileItemStreamData |
A wrapper for a
FileItem that converts it into a StreamData |
| FileStreamData |
StreamData Object wrapping a file.
|
| MimeStreamDataWrapper |
Class to convert a StreamData to a MimeStreamData
Can also be used to override the mime type of a MimeStreamData
|