无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

TCPFileUploadClient

2023-06-07 10:10 作者:丶摩羯丶  | 我要投稿

public class TCPFileUploadClient{

? ? public static void main(String[] args) throws IOException {

? ? Socket socket = new Socket(InetAddress.getLocalHost(), 8888);

? ? String filePath = "e:\\qie.png";

? ? BufferedInputStream bis = new BufferedInputStream(new FileInputStream(filePath));

? ? byte[] bytes = StreamUtils.streamToByteArray(bis);

? ? BufferedOutputStream bos = new BufferedOutputStream(socket.getOutputStream());

? ? bos.write(bytes);

? ? bis.close();

? ? socket.shutdownoutput();

? ? InputStream inputStream = socket.getInputStream();

? ? String s = StreamUtils.streamToString(inputStream);

? ? System.out.println(s);

? ? inputStream.close();

? ? bos.close();

? ? socket.close


TCPFileUploadClient的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國家法律
济南市| 蒙阴县| 南昌县| 陆丰市| 合肥市| 新兴县| 兴和县| 金寨县| 九江市| 班戈县| 五指山市| 潮安县| 景德镇市| 库车县| 通州区| 成都市| 合作市| 延庆县| 闵行区| 房产| 六枝特区| 岫岩| 宁陕县| 平潭县| 塔城市| 天津市| 金山区| 桐乡市| 阳西县| 永宁县| 张家港市| 烟台市| 南通市| 法库县| 淮滨县| 道真| 宁河县| 襄垣县| 新化县| 云南省| 青铜峡市|