Class FileInput

java.lang.Object
eu.bandm.tools.util.files.FileInput
All Implemented Interfaces:
TextInput, AutoCloseable

class FileInput extends Object implements TextInput
Subclass which uses a File for input.
  • Field Details

  • Constructor Details

  • Method Details

    • getReader

      public Reader getReader()
      Description copied from interface: TextInput
      Deliver the stream of decoded characters.
      Specified by:
      getReader in interface TextInput
    • getInfo

      @Opt public @Opt String getInfo()
      Description copied from interface: TextInput
      Deliver a human readable text for the source identification.
      Specified by:
      getInfo in interface TextInput