Class BinarySavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BinarySavePanel extends DataSavePanel
The BinarySavePanel class allows the user to select save options for binary export files.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

  • Method Details

    • check

      public void check()
      Checks the panel contents.
      Overrides:
      check in class DataSavePanel
    • write

      public void write(File file) throws IOException
      Writes the data as a binary file.
      Specified by:
      write in class SavePanel
      Parameters:
      file - the output file to write.
      Throws:
      IOException - if an error occurred writing to the file.