String tarfile= "file:/home/pat/mail.tar"; URL url = new URL(tarfile); String s = (String)url.getContent(); System.out.println( s );