服务端:package com.socket.udp;import java.io.IOException;import java.net.DatagramPacket;import java.net.DatagramSocket;import java.net.InetSocketAddress;... Read More
posted @ 2014-10-15 16:19 克洛诺 Views(463) Comments(0) Diggs(0) Edit
/** * 从输入流获取数据 * @throws Exception */ public static byte[] readInputStram(InputStream inputStream) throws Exception{ byte[] buf... Read More
posted @ 2014-10-15 14:46 克洛诺 Views(231) Comments(0) Diggs(0) Edit