Class Outfile

Direct Known Subclasses:
Printfile

public class Outfile extends ImageFile

Outfile Bridge.

Link to GitHub: Source File.

Author:
Simula Standard, S-Port: The Environment Interface, Øystein Myhre Andersen
  • Field Details

  • Constructor Details

    • Outfile

      public Outfile(String fileName, int type, String action, int imglng)
      Construct a new Outfile with the given arguments.
      Parameters:
      fileName - the fileName
      type - the fileType
      action - the action string
      imglng - the image length
  • Method Details

    • clfile

      public void clfile()
      Description copied from class: Dataset
      Close the underlying file
      Overrides:
      clfile in class Dataset
    • outimage

      public void outimage(String image)
      Description copied from class: ImageFile
      Writes outimage to the underlying file
      Overrides:
      outimage in class ImageFile
      Parameters:
      image - the image string to be written
    • breakOutimage

      public void breakOutimage(String image)
      Description copied from class: ImageFile
      Writes breakOutimage to the underlying file
      Overrides:
      breakOutimage in class ImageFile
      Parameters:
      image - the image string to be written