* @param NUMS ByteBuffer - buffer do pacote atual
*/
private void NewFragmentData(String KEY,int PACOTE_ATUAL,int TOTAL_PACOTES,ByteBuffer NUMS){
FragmentedData FRAG = new FragmentedData(TOTAL_PACOTES);
FRAG.SetByteBuffer(NUMS, (PACOTE_ATUAL - 1));
FRAG.IncrementReceived();
this._FRAG_HASHMAP.put(KEY, FRAG);
}
/**
* Atualiza o fragmento indicado por KEY e retorna o mesmo