/* */ {
/* 261 */ BufferedOutputStream bos = new BufferedOutputStream(this.socket.getOutputStream());
/* 262 */ this.out = new OptimizedObjectOutputStream(bos);
/* 263 */ this.out.flush();
/* 264 */ BufferedInputStream bis = new BufferedInputStream(this.socket.getInputStream());
/* 265 */ this.in = new OptimizedObjectInputStream(bis);
/* */ }
/* */ catch (Exception e)
/* */ {
/* 269 */ log.error("Failed to initialize", e);
/* */ }