socket 图片传输
2个回答
展开全部
单纯传文件内容,按文件流传,不算很难。
服务器端
ServerSocket
客户端
Socket(String host, int port) 建实例
发送文件端用
FileInputStream
接收文件端用
FileOutputStream
服务器端
ServerSocket
客户端
Socket(String host, int port) 建实例
发送文件端用
FileInputStream
接收文件端用
FileOutputStream
追问
我做的一个局域网聊天程序,想知道怎么传送图片并且将图片显示在窗口中
追答
这两种方法,都可以
1、
ImageIO
static BufferedImageread(ImageInputStream stream)
Returns a BufferedImage as the result of decoding
a supplied ImageInputStream with an
ImageReader chosen automatically from among those
currently registered.
2、
awt中的ToolKit
Image createImage(byte[] imagedata)
Creates an image which decodes the image stored in the specified byte array.
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询