Search:

Type: Posts; User: dlorde

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,524

    Re: Reading In Then Writing Out Massive Files

    No, it's an OutputStream, so it doesn't read data in. It basically relies on the OS to sort out the details.
  2. Replies
    3
    Views
    1,524

    Re: Reading In Then Writing Out Massive Files

    You can open a FileOutputStream for appending by using the constructor that takes an 'append' indicator.
Results 1 to 2 of 2