Interface Writeable

All Known Implementing Classes:
DOSHeader, OldDOSHeader, RichHeader

public interface Writeable
An interface for writing out class state information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes this object to the specified random access file using the data converter to handle endianness.
  • Method Details

    • write

      void write(RandomAccessFile raf, DataConverter dc) throws 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:
      IOException - if an I/O error occurs