This package contains classes enabling Attachment support for the JMEDS framework.
Three types of attachment (based on the type of data storage) are supported:
- Input Stream attachment
- File System attachment
- In-Memory attachment
The attachment's raw data is obtained either as a stream or byte array. It is subsequently either stored
in files or remains in memory.