Search:

Type: Posts; User: hemayr

Search: Search took 0.08 seconds.

  1. Re: Split the file based on the on comparison between line being read from Fil and a constant string.

    I have the below code which works fine for just splitting the file according to the size specified.

    package readstring;

    import java.io.BufferedInputStream;

    import java.io.File;

    import...
  2. Split the file based on the on comparison between line being read from Fil and a constant string.

    Hi,

    I have a large file containing records as below :-


    ACCT_NO||ACC_NAME||ADDR||PHONE
    ----------------------------------
    1 abcv adfe 345
    2 erfr ertt 2345
    3 efrtt fkgfdk 23454
Results 1 to 2 of 2