Search:

Type: Posts; User: generalitico

Search: Search took 0.10 seconds.

  1. Re: Reading lines of a text file into a string array

    What about to store it in a Vector

    like this....


    import java.util.Vector;

    public static void ReadFile2String(String InputFile)
    {
    try{
  2. Re: Write ascii in a specific position of the file

    Thanks for your replays but I think I have not explain properly what I'm looking for.
    Usualy I have a plain text and I reed the file, line by line, and I put into, for example, Strings a specific...
  3. Write ascii in a specific position of the file

    Hi,
    i would like to know how could I write a text in a specific position of a file.
    I could reed the specific position of a file using the BufferedReader() and the subString() .But Now I would...
Results 1 to 3 of 4