Search:

Type: Posts; User: CameronRayne

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,527

    [SOLVED] Re: BufferedOutputStream and FileChannel

    The methods were written the wrong way, that's why they couldn't be found, because they were calling something that didn't exist due to a typo in my book for that chapter, and since I'm just learning...
  2. Replies
    5
    Views
    2,527

    [SOLVED] Re: BufferedOutputStream and FileChannel

    From what the document tells me, is that BufferedOutputStream and ByteChannel are each classes themselves, but in each example that my book gives me, they are written they way I have them in my code....
  3. Replies
    5
    Views
    2,527

    [SOLVED] BufferedOutputStream and FileChannel

    I'm creating a program to create and write to a file for homework, but it just won't compile. Everything looks okay, so I don't understand what's happening.

    import java.nio.file.*;
    import...
Results 1 to 3 of 3