java socket 傳送字節流(先後臺)

由於考慮到數據傳送的安全性.因此,用字節流進行socket的傳輸..例子以下: 客戶端:html //得到流 byteOut = new ByteArrayOutputStream(); out = new DataOutputStream(byteOut);      //轉爲字節流 byte[] messes=message.getBytes("GBK"); //得到長度 int length
相關文章
相關標籤/搜索