Class XCEDEExtendedData
java.lang.Object
com.xinapse.multisliceimage.Analyze.XCEDEExtendedData
- All Implemented Interfaces:
Cloneable
This class handles NIFTI 1.1 XCEDE extended data.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The ecode for an XCEDE metadata extension. -
Method Summary
Modifier and TypeMethodDescriptionclone()
static com.xinapse.multisliceimage.Analyze.ExtendedData
getInstance
(byte[] bArray, int eCode) Creates a new block of NIFTI extended data.toString()
-
Field Details
-
CODE
public static final int CODEThe ecode for an XCEDE metadata extension.- See Also:
-
-
Method Details
-
clone
-
toString
-
getInstance
public static com.xinapse.multisliceimage.Analyze.ExtendedData getInstance(byte[] bArray, int eCode) throws IOException Creates a new block of NIFTI extended data.- Parameters:
bArray
- the data that encapsulates the extended data.eCode
- the ecode for the extended data.- Returns:
- a new block of NIFTI extended data.
- Throws:
IOException
- if the length of the byte[] is not a multiple of 16.
-