1. 16 Sep, 2016 8 commits
  2. 09 Sep, 2016 10 commits
  3. 05 Sep, 2016 2 commits
  4. 17 Jun, 2016 6 commits
  5. 02 May, 2016 1 commit
  6. 01 Mar, 2016 1 commit
  7. 26 Feb, 2016 2 commits
  8. 22 Feb, 2016 1 commit
  9. 21 Feb, 2016 2 commits
  10. 18 Dec, 2015 1 commit
  11. 06 Nov, 2015 3 commits
  12. 20 Oct, 2015 1 commit
  13. 26 Jun, 2015 1 commit
  14. 22 Jun, 2015 1 commit
    • Thomas Guillem's avatar
      InputStream: add ReadFull method · 6e2d7445
      Thomas Guillem authored
      Convenient method that behave differently than Read, and that will be used by
      tag scanners.
      
      This method will return in case of error, if the whole data is read or is EOF
      is reached.
      6e2d7445