| Package | Description | 
|---|---|
| com.sun.media.imageioimpl.plugins.jpeg2000 | |
| jj2000.j2k.codestream | |
| jj2000.j2k.codestream.reader | 
| Modifier and Type | Field and Description | 
|---|---|
private HeaderInfo | 
J2KReadState.hi  | 
| Modifier and Type | Method and Description | 
|---|---|
HeaderInfo | 
HeaderInfo.getCopy(int nt)
Returns a copy of this object 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private HeaderInfo | 
HeaderDecoder.hi
The reference to the HeaderInfo instance holding the information found
 in headers 
 | 
private HeaderInfo | 
FileBitstreamReaderAgent.hi
Reference to the HeaderInfo instance (used when reading SOT marker
 segments) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static BitstreamReaderAgent | 
BitstreamReaderAgent.createInstance(RandomAccessIO in,
              HeaderDecoder hd,
              J2KImageReadParamJava j2krparam,
              DecoderSpecs decSpec,
              boolean cdstrInfo,
              HeaderInfo hi)
Creates a bit stream reader of the correct type that works on the
 provided RandomAccessIO, with the special parameters from the parameter
 list. 
 | 
| Constructor and Description | 
|---|
FileBitstreamReaderAgent(HeaderDecoder hd,
                        RandomAccessIO ehs,
                        DecoderSpecs decSpec,
                        J2KImageReadParamJava j2krparam,
                        boolean cdstrInfo,
                        HeaderInfo hi)
Reads all tiles headers and keep offset of their first
 packet. 
 | 
HeaderDecoder(RandomAccessIO ehs,
             J2KImageReadParamJava j2krparam,
             HeaderInfo hi)
Creates a HeaderDecoder instance and read in two passes the main header
 of the codestream. 
 | 
Copyright © 2016 Open Microscopy Environment