[]
The abstract super class modeling the aspects of a JP2 box common to all such boxes.
public abstract class JP2Box
| Name | Description |
|---|---|
| JP2Box() | |
| JP2Box(RandomAccessIO, int) | Construct a JP2Box from an input image. |
| Name | Description |
|---|---|
| boxEnd | offset to end of box |
| boxStart | offset to start of box |
| dataStart | offset to start of data in box |
| eol | Platform dependant line terminator |
| in_Renamed | input file |
| length | Length of the box. |
| type | Box type |
| Name | Description |
|---|---|
| getTypeString() | Return the box type as a String. |
| getTypeString(int) | Return a String representation of the Box type. |