Class UnknownExtendedData

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

public class UnknownExtendedData extends Object
This class handles private (unknown-format) NIFTI 1.1 extended data.
  • Method Details

    • clone

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