Class UnknownExtendedData
java.lang.Object
com.xinapse.multisliceimage.Analyze.UnknownExtendedData
- All Implemented Interfaces:
Cloneable
This class handles private (unknown-format) NIFTI 1.1 extended data.
-
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()
-
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.
-