public final class JXRReader extends Object
Parser
class. A successful
instantiation of this class guarantees initial validity of the image resource
passed into the constructor.
Modifier and Type | Field and Description |
---|---|
private DatastreamParser |
datastreamParser |
private String |
filename |
private FileParser |
fileParser |
private IFDParser |
ifdParser |
Constructor and Description |
---|
JXRReader(RandomAccessInputStream stream) |
JXRReader(String filename) |
private DatastreamParser datastreamParser
private FileParser fileParser
private IFDParser ifdParser
private String filename
public JXRReader(String filename) throws IOException, JXRException
IOException
JXRException
public JXRReader(RandomAccessInputStream stream) throws JXRException
JXRException
public byte[] getDecompressedImage() throws JXRException
JXRException
public IFDMetadata getMetadata() throws JXRException
JXRException
public void close() throws IOException
IOException
Copyright © 2015 Open Microscopy Environment