Package | Description |
---|---|
ome.jxr.parser |
Class hierarchy implementing the chain of responsibility pattern and used
during parsing of the file, IFD and image header.
|
Modifier and Type | Class and Description |
---|---|
class |
DatastreamParser
Deprecated.
See blog post
|
class |
FileParser
Deprecated.
See blog post
|
class |
IFDParser
Deprecated.
See blog post
|
Modifier and Type | Field and Description |
---|---|
private Parser |
Parser.parentParser
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) Parser |
Parser.getParentParser()
Deprecated.
|
Constructor and Description |
---|
DatastreamParser(Parser parentParser,
RandomAccessInputStream stream)
Deprecated.
|
IFDParser(Parser parentParser,
RandomAccessInputStream stream)
Deprecated.
|
Parser(Parser parentParser,
RandomAccessInputStream stream)
Deprecated.
|
Copyright © 2016 Open Microscopy Environment