What about to store it in a Vector

like this....


import java.util.Vector;

public static void ReadFile2String(String InputFile)
{
try{