Search:

Type: Posts; User: Nhedro

Search: Search took 0.23 seconds.

  1. Replies
    5
    Views
    2,100

    [SOLVED] Re: BufferReader and BufferWritter

    I've done it if someone is curious i post the code


    static void removeLetters( BufferedReader orders, BufferedReader in, BufferedWriter out ) throws IOException;{


    ...
  2. Replies
    5
    Views
    2,100

    [SOLVED] Re: BufferReader and BufferWritter

    Thanks Norm, i think i understood, i will try it :).
  3. Replies
    5
    Views
    2,100

    [SOLVED] Re: BufferReader and BufferWritter

    the source is a .txt that was given to me, but it mut read any Buffer given; i must build those methods, anid would like to know if there is a way to know the length of the BufferReader, for...
  4. Replies
    5
    Views
    2,100

    [SOLVED] BufferReader and BufferWritter

    I got an home assignment, that is composed by writting a class where i must have 3 methods:

    >static void removeLetters( BufferedReader orders, BufferedReader in, BufferedWriter out ) throws...
Results 1 to 4 of 4