First remove the compilation error from your code.



System.out.println("Total file size to read (in bytes) : "+fis.length());

There is no such method like "fis.length()" in FileInputStream...