Android 中 Socket 基於TCP 傳輸大文件

Android 客戶端:服務器 1. 建立Socket對象網絡 Socket socket = new Socket();dom   2.建立鏈接到指定的主機、端口socket socket.connect(new InetSocketAddress("10.10.10.100", 980));spa   3.建立File對像,並指定要傳輸的文件絕對路徑對象 File f=new File("/s
相關文章
相關標籤/搜索