Class Outbytefile


public class Outbytefile extends ByteFile

Outbytefile Bridge.

Link to GitHub: Source File.

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

    • outputStream

      private OutputStream outputStream
      The OutputStream used.
  • Constructor Details

    • Outbytefile

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

    • clfile

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

      public void outbyte(int b)
      Writes a byte through the underlying OutputStream
      Parameters:
      b - the byte to be written