404142434445464748
this._SOCKET = new SocketJvm(JVM_SKT); this.THREAD_POOL = POOL; this.BUFFER = N_BUFFER; this.FRAG_FILE = new FragmentFileBuffer(); this.FRAG_DATA = new FragmentBuffer(this.BUFFER); this.FRAG_DATA.addFragmentBufferListener(this); }
5253545556575859606162
this._SOCKET = JVM_SKT; this.THREAD_POOL = POOL; this.BUFFER = N_BUFFER; this.FRAG_DATA = new FragmentBuffer(this.BUFFER); this.FRAG_DATA.addFragmentBufferListener(this); this._SAIDA_TEXTO = System.out; }