Class Inbytefile


public class Inbytefile extends ByteFile

Inbytefile Bridge.

Link to GitHub: Source File.

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

    • inputStream

      private InputStream inputStream
      The InputStream used.
  • Constructor Details

    • Inbytefile

      public Inbytefile(String fileName, int type, String action)
      Construct a new Inbytefile 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
    • inbyte

      public int inbyte()
      Returns a byte from the underlying InputStream
      Returns:
      a byte from the underlying InputStream