[top][index]
search for:

read -- read from a file

Input files are buffered, so the current contents of the buffer are returned if the buffer is not empty, otherwise reading from the file is attempted first.

See also:

  • openIn -- open an input file
  • get -- get an entire file
  • Ways to use read :

  • read (...) -- read from a file
  • read File -- read from a file
  • read String -- read from a file
  • read(File,ZZ) -- read from a file

  • [top][index]
    search for: