Unlike VfsStream, when the read() throws and IOException or a SocketException, SocketStream will throw a ClientDisconnectException.
90919293949596979899
init(); } public void init() { DatagramStream sock = new DatagramStream(_socket); sock.setThrowReadInterrupts(true); init(sock.getInputStream(), sock.getOutputStream()); }