Search:

Type: Posts; User: JavaPF

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    1,954

    [SOLVED] Re: File Reading from the specified location

    I'm not sure if this will work as expected but try this:



    import java.io.BufferedReader;
    import java.io.FileInputStream;
    import java.io.InputStreamReader;

    public class FileReader {
  2. Replies
    4
    Views
    1,954

    [SOLVED] Re: File Reading from the specified location

    Hello rajesh.mv. Welcome to the Java Programming Forums.

    Do you know exactly how many lines there will be each time? Will there always be 1000 lines?
Results 1 to 2 of 2