}
}while(myFlag == false);
myFlag = false;
FileRead read = new FileRead();
String path = s.nextLine();
String size = s.nextLine();
read.ReadIt(path, size);
}
catch (Exception e)
{
System.out.printf("Error in client %s, %e\n", Thread.currentThread(), e);