@Deprecated public final class DatastreamParser extends Parser
Modifier and Type | Field and Description |
---|---|
private boolean |
alphaImagePlaneFlag
Deprecated.
|
private FrequencyBand |
bandsPresent
Deprecated.
|
private int |
bottomMargin
Deprecated.
|
private int |
chromaCenteringX
Deprecated.
|
private int |
chromaCenteringY
Deprecated.
|
private int |
expBias
Deprecated.
|
private boolean |
frequencyModeCodestreamFlag
Deprecated.
|
private boolean |
hardTilingFlag
Deprecated.
|
private int |
heightMinus1
Deprecated.
|
private boolean |
hpImagePlaneUniformFlag
Deprecated.
|
private boolean |
indexTablePresentFlag
Deprecated.
|
private InternalColorFormat |
internalClrFmt
Deprecated.
|
private int |
leftMargin
Deprecated.
|
private int |
lenMantissa
Deprecated.
|
private boolean |
longWordFlag
Deprecated.
|
private boolean |
lpImagePlaneUniformFlag
Deprecated.
|
private int |
numComponents
Deprecated.
|
private int |
numComponentsExtendedMinus16
Deprecated.
|
private int |
numComponentsMinus1
Deprecated.
|
private int |
numHorTilesMinus1
Deprecated.
|
private int |
numVerTilesMinus1
Deprecated.
|
private BitDepth |
outputBitdepth
Deprecated.
|
private OutputColorFormat |
outputClrFmt
Deprecated.
|
private int |
overlapMode
Deprecated.
|
private boolean |
premultipliedAlphaFlag
Deprecated.
|
private boolean |
redBlueNotSwappedFlag
Deprecated.
|
private int |
reservedB
Deprecated.
|
private int |
reservedD
Deprecated.
|
private int |
rightMargin
Deprecated.
|
private boolean |
scaledFlag
Deprecated.
|
private int |
shiftBits
Deprecated.
|
private boolean |
shortHeaderFlag
Deprecated.
|
private int |
spatialXfrmSubordinate
Deprecated.
|
private short[] |
tileHeightInMB
Deprecated.
|
private short[] |
tileWidthInMB
Deprecated.
|
private boolean |
tilingFlag
Deprecated.
|
private int |
topMargin
Deprecated.
|
private boolean |
trimFlexbitsFlag
Deprecated.
|
private int |
widthMinus1
Deprecated.
|
private boolean |
windowingFlag
Deprecated.
|
parsingOffset, stream
Constructor and Description |
---|
DatastreamParser(Parser parentParser,
RandomAccessInputStream stream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
checkGDISignaturePresence()
Deprecated.
|
void |
close()
Deprecated.
|
void |
parse()
Deprecated.
|
private void |
parseImageHeader()
Deprecated.
|
private void |
parsePrimaryImagePlaneHeader()
Deprecated.
|
private void |
verifyImageHeaderConformance()
Deprecated.
|
private void |
verifyPrimaryImagePlaneHeaderConformance()
Deprecated.
|
getParentParser, parse
private int reservedB
private boolean hardTilingFlag
private boolean tilingFlag
private boolean frequencyModeCodestreamFlag
private int spatialXfrmSubordinate
private boolean indexTablePresentFlag
private int overlapMode
private boolean shortHeaderFlag
private boolean longWordFlag
private boolean windowingFlag
private boolean trimFlexbitsFlag
private int reservedD
private boolean redBlueNotSwappedFlag
private boolean premultipliedAlphaFlag
private boolean alphaImagePlaneFlag
private OutputColorFormat outputClrFmt
private BitDepth outputBitdepth
private int widthMinus1
private int heightMinus1
private int numVerTilesMinus1
private int numHorTilesMinus1
private short[] tileWidthInMB
private short[] tileHeightInMB
private int topMargin
private int leftMargin
private int bottomMargin
private int rightMargin
private InternalColorFormat internalClrFmt
private boolean scaledFlag
private FrequencyBand bandsPresent
private int chromaCenteringX
private int chromaCenteringY
private int numComponentsMinus1
private int numComponentsExtendedMinus16
private int numComponents
private int shiftBits
private int lenMantissa
private int expBias
private boolean lpImagePlaneUniformFlag
private boolean hpImagePlaneUniformFlag
public DatastreamParser(Parser parentParser, RandomAccessInputStream stream) throws JXRException
JXRException
public void parse() throws JXRException
parse
in class Parser
JXRException
private void checkGDISignaturePresence() throws IOException, JXRException
IOException
JXRException
private void parseImageHeader() throws IOException
IOException
private void verifyImageHeaderConformance() throws JXRException
JXRException
private void parsePrimaryImagePlaneHeader() throws IOException
IOException
private void verifyPrimaryImagePlaneHeaderConformance() throws JXRException
JXRException
public void close() throws IOException
close
in class Parser
IOException
Copyright © 2016 Open Microscopy Environment