//发送pc端简化代码 byte[] imageBytes; dos.write(imageBytes); dos.flush(); //接收Android端 byte[] imageBytes; is.read(imageBytes ); //bitmap = ??