Class N3raf

    • Constructor Detail

      • N3raf

        public N3raf()
        Deprecated.
    • Method Detail

      • readData

        protected Object readData​(Layout index,
                                  DataType dataType)
                           throws IOException
        Deprecated.
        Read data subset from file for a variable, create primitive array.
        Specified by:
        readData in class N3iosp
        Parameters:
        index - handles skipping around in the file.
        dataType - dataType of the variable
        Returns:
        primitive array with data read in
        Throws:
        IOException - on error
      • readData

        protected long readData​(Layout index,
                                DataType dataType,
                                WritableByteChannel out)
                         throws IOException
        Deprecated.
        Read data subset from file for a variable, to WritableByteChannel. Will send as bigendian, since thats what the underlying file has.
        Specified by:
        readData in class N3iosp
        Parameters:
        index - handles skipping around in the file.
        dataType - dataType of the variable
        Throws:
        IOException
      • writeData

        protected void writeData​(Array values,
                                 Layout index,
                                 DataType dataType)
                          throws IOException
        Deprecated.
        write data to a file for a variable.
        Specified by:
        writeData in class N3iosp
        Parameters:
        values - write this data.
        index - handles skipping around in the file.
        dataType - dataType of the variable
        Throws:
        IOException - on error