sun.misc.BASE64Decoder.jar:byte[]data=null;try{in=newFileInputStream(imgFile);data=newbyte[in.available()];in.read(data);in.close();}catch(FileNotFoundExceptione){e.printStackTrace();}catch(IOExceptione){e.