Search:

Type: Posts; User: helloworld922

Search: Search took 0.08 seconds.

  1. Re: Does the Scanner class use an internal buffer?

    I suppose I should have performed benchmarks before making assumptions :P


    import java.io.BufferedOutputStream;
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import...
  2. Re: Does the Scanner class use an internal buffer?

    As far as I know the Scanner class is a convenient Regex-wrapper for any incoming stream. What stream you pass to it will determine if the file is buffered in memory or not.


    Scanner...
Results 1 to 2 of 2