Skip to content

Latest commit

 

History

History

read

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Reading from a file

There are various way to iterate over a file. Let's compare various variants.

  • unbuffered Read()
  • buffered Read()
  • Scanner
  • ReadString
  • ReadBytes