Package | Description |
---|---|
edu.harvard.hul.ois.jhove.module |
Contains the main classes for JHOVE modules.
|
edu.harvard.hul.ois.jhove.module.jpeg2000 |
Contains supporting classes for the JPEG2000-HUL module.
|
Modifier and Type | Field and Description |
---|---|
protected Codestream |
Jpeg2000Module.curCodestream |
Modifier and Type | Field and Description |
---|---|
protected List<Codestream> |
Jpeg2000Module.codestreams |
Modifier and Type | Method and Description |
---|---|
Codestream |
Jpeg2000Module.getCodestream(int n)
Returns the nth
Codestream , creating it if necessary, and
make it the current one. |
Modifier and Type | Field and Description |
---|---|
protected Codestream |
MarkerSegment._cs |
Modifier and Type | Method and Description |
---|---|
protected Codestream |
CodestreamHeaderBox.getCodestream()
Returns the associated Codestream object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContCodestream.readCodestream(Codestream cs,
RepInfo info)
Reading a codestream generates various bits of information about
the image.
|
void |
MarkerSegment.setCodestream(Codestream cs)
Sets the Codestream object being built.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.