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
Parses the initial elements (image header, image plane headers(-s)) of the
image codestream.
|
class |
FileParser
Parses the first bytes of the image file and validates the extracted values
for conformance with the file format specification.
|
class |
IFDParser
Parses an IFD structure and fills container and extracts entries.
|
Modifier and Type | Field and Description |
---|---|
private Parser |
Parser.parentParser |
Modifier and Type | Method and Description |
---|---|
(package private) Parser |
Parser.getParentParser() |
Constructor and Description |
---|
DatastreamParser(Parser parentParser,
RandomAccessInputStream stream) |
IFDParser(Parser parentParser,
RandomAccessInputStream stream) |
Parser(Parser parentParser,
RandomAccessInputStream stream) |
Copyright © 2016 Open Microscopy Environment