Interface Writeable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(java.io.RandomAccessFile raf, DataConverter dc)
      Writes this object to the specified random access file using the data converter to handle endianness.
    • Method Detail

      • write

        void write​(java.io.RandomAccessFile raf,
                   DataConverter dc)
            throws java.io.IOException
        Writes this object to the specified random access file using the data converter to handle endianness.
        Parameters:
        raf - the random access file
        dc - the data converter
        Throws:
        java.io.IOException - if an I/O error occurs