因爲ObjectInputstream和ObjectOutputSteam引發的java.io.StreamCorruptedException: invalid stream header: 737

Socket通信,客戶端的通信代碼 Socket s= new Socket("127.0.0.1", 9999); ObjectOutputStream oos=new ObjectOutputStream(s.getOutputStream()); oos.writeObject(clientInfo); oos.flush(); System.out.println(
相關文章
相關標籤/搜索