339340341342343344345
this.data = null; this.dataLengthBuffer = null; this.socket = channel.socket(); this.out = new DataOutputStream (new BufferedOutputStream( this.channelOut = new SocketChannelOutputStream(channel, 4096))); }