Search:

Type: Posts; User: Brandt

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,962

    Re: Reading file Data into a "struct"

    Ok, I will use ByteBuffer.get to read the line buffer.
  2. Replies
    4
    Views
    2,962

    Re: Reading file Data into a "struct"

    Thanks Dan. My problem is that the Student Name, Surname, Birth Day is in one line that you read from the file with constant field size's. Can one not read it directly into the struct from the file?
  3. Replies
    4
    Views
    2,962

    Reading file Data into a "struct"

    Hi. I am actually a C/C++ programmer but is learning JAVA now. How can I store the data of a file that I read line by line into a structure or class?

    Thank you.
Results 1 to 3 of 3