Class XMLExtendedData

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

public class XMLExtendedData extends Object
This abstract class handles NIFTI 1.1 XML extended data.
  • Field Details

    • CODE

      public static final int CODE
      The ecode for an arbitrary non-NULL ASCII text extension.
      See Also:
  • Method Details

    • clone

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