117118119120121122123124
messageLogWriter.write("\n"); messageLogWriter.flush(); } } catch(IOException e) { throw new ClientException("Sending the message to the client failed", client); } }
162163164165166167168169
messageLogWriter.flush(); } return messageData.toArray(new Properties[messageData.size()]); } catch(IOException e) { throw new ClientException("Reading data from the client failed", e, client); } }