Search:

Type: Posts; User: prashant.6388

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    1,432

    Re: Error reading objects from file

    I am completely agree with you. Opening file in append more corrupts file.
    I tried it.
    Thanks for your suggestions.
  2. Replies
    8
    Views
    1,432

    Re: Error reading objects from file

    Hey guys thanks for your answers.
    What andbin said is correct each time it adds header before adding object.
    But i figured out that this happens because of following line of code....
  3. Replies
    8
    Views
    1,432

    Re: Error reading objects from file

    First and second code snippet i have given for inserting and reading object works fine.
    I am using following code to run it.


    public static void main(String args[]) throws IOException,...
  4. Replies
    8
    Views
    1,432

    Error reading objects from file

    Hi,
    I am trying to put objects in a file and later want to read them.
    I am using following code to add objects in file
    //for adding object in file


    public void addObject() throws IOException,...
Results 1 to 4 of 4