| Interface | Description |
|---|---|
| BundleResource |
Interface defined for bundle resource objects that may be included in a
Bundle. |
| Class | Description |
|---|---|
| Bundle |
An immutable collection of related resources (a primary resource, such as "reads", "variants",
"features", or "reference"), plus zero or more related companion resources ("index", "dictionary",
"MD5", etc.).
|
| BundleBuilder |
A builder class for
Bundles. |
| BundleJSON |
Methods for serializing and deserializing Bundles to and from JSON strings.
|
| BundleResourceBase |
Base class for
BundleResource implementations. |
| BundleResourceType |
Namespace for standard constants to specify content type and format for resources
contained in a
Bundle. |
| InputStreamResource |
A
BundleResource backed by an InputStream. |
| IOPathResource |
A
BundleResource backed by an IOPath. |
| OutputStreamResource |
A
BundleResource backed by an OutputStream. |
| SeekableStreamResource |
A
BundleResource backed by a SeekableStream. |
| SignatureStream |
An input stream over the first
signaturePrefixLength bytes of another input stream, used to
allow multiple codecs to probe those bytes for a file format/version signature. |