Package com.pixelmed.convert
Class RawImageDescription
java.lang.Object
com.pixelmed.convert.RawImageDescription
A class for extracting a JSON encoded raw input format description.
E.g.:
{
"type" : "float",
"rows" : "1600",
"columns" : "1600"
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected booleanprotected intprotected com.pixelmed.convert.RawImageDescription.Type -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
protected com.pixelmed.convert.RawImageDescription.Type type -
rows
protected int rows -
columns
protected int columns -
frames
protected int frames -
isDataBigEndian
protected boolean isDataBigEndian
-
-
Constructor Details
-
RawImageDescription
- Throws:
IOExceptionNumberFormatException
-
-
Method Details