@Deprecated 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
Deprecated.
|
private String |
filename
Deprecated.
|
private FileParser |
fileParser
Deprecated.
|
private IFDParser |
ifdParser
Deprecated.
|
Constructor and Description |
---|
JXRReader(RandomAccessInputStream stream)
Deprecated.
|
JXRReader(String filename)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
byte[] |
getDecompressedImage()
Deprecated.
|
IFDMetadata |
getMetadata()
Deprecated.
|
String |
toString()
Deprecated.
|
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 © 2016 Open Microscopy Environment