socket通信 一次传输的数据量超过66366 引发的UTFDataFormatException
时间: 2012-03-05来源:开源中国
前景提要
HDC调试需求开发(15万预算),能者速来!>>>
//this.dout = new DataOutputStream(socket.getOutputStream());
String sc= "数据量超过66366的中文字";
dout.writeUTF(sc);
抛出异常:如何解决
java.io.UTFDataFormatException: encoded string too long: 74345 bytes

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行