Class XCEDEExtendedData

java.lang.Object
com.xinapse.multisliceimage.Analyze.XCEDEExtendedData
All Implemented Interfaces:
Cloneable

public class XCEDEExtendedData extends Object
This class handles NIFTI 1.1 XCEDE extended data.
  • Field Details

    • CODE

      public static final int CODE
      The ecode for an XCEDE metadata extension.
      See Also:
  • Method Details

    • clone

      public XCEDEExtendedData clone()
    • toString

      public String 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.