Search:

Type: Posts; User: Fazan

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,924

    Re: BufferedWriter writing garbage after a close()

    From experimentation and reading about their implementation, both write() and append() work the same way except the former takes a String instance while the other takes a CharSequence instance, which...
  2. Replies
    3
    Views
    2,924

    BufferedWriter writing garbage after a close()

    I've been getting garbage repeated data in my output files for a few days now and have been troubleshooting my code to no avail. Finally, I tracked it down to my file-writing method. For simplicity's...
Results 1 to 2 of 2