Search:

Type: Posts; User: helloworld922

Search: Search took 0.08 seconds.

  1. Re: Buffered Reader is not reading my file properly... HELP!

    Ahh. You forgot the function signature for the toString() method


    public String toString()
  2. Re: Buffered Reader is not reading my file properly... HELP!

    Post your updated code. There's nothing in your previous code that would cause that.
  3. Re: Buffered Reader is not reading my file properly... HELP!

    You should put that code inside your Match class.
  4. Re: Buffered Reader is not reading my file properly... HELP!

    You haven't over-ridden the toString() method of Match. By default, I believe the toString method returns the memory address of the object if it isn't over-ridden.


    public String toString()
    {
    ...
Results 1 to 4 of 4