| Interface | Description |
|---|---|
| Box |
The most basic imaginable box.
|
| BoxParser |
Basic interface to create boxes from a
IsoBufferWrapper and its parent. |
| Container |
Interface for all ISO boxes that may contain other boxes.
|
| FullBox |
The
FullBox contains all getters and setters specific
to a so-called full box according to the ISO/IEC 14496/12 specification. |
| ParsableBox |
This box is parsable and can not only be used to write data it can as well be used to read data.
|
| Class | Description |
|---|---|
| AbstractBoxParser |
This BoxParser handles the basic stuff like reading size and extracting box type.
|
| BasicContainer | |
| IsoFile |
The most upper container for ISO Boxes.
|
| PropertyBoxParserImpl |
A Property file based BoxFactory
|
| RewindableReadableByteChannel |
Provides rewind() operation to ReadableByteChannel by buffering data up to specified capacity.
|
| SkipBox | |
| Version |
The classic version object.
|
| Exception | Description |
|---|---|
| MemoryAllocationException |
Copyright © 2020. All rights reserved.