Programming Tutorials

Comment on Tutorial - FileReader and FileWriter example program in Java By Tamil Selvan



Comment Added by : bs

Comment Added at : 2010-10-11 05:42:34

Comment on Tutorial : FileReader and FileWriter example program in Java By Tamil Selvan
Is it possible to create a Reader class without looking for File in physical location. I have a File object which I got it from cache and I want to construct Reader class, when constructing it should not look in to physical path of file because I already removed the file from directory to test the cache. any idea?

View Tutorial