System.out.println("countTemp: " + countTemp);
System.out.println("countTotal: " + countTotal);
System.out.println("Transformando em Nodes...");
for (Iterator<AuxFileFilePull> it = resultTemp.iterator(); it.hasNext();) {
AuxFileFilePull aux = it.next();
incrementNode(nodes, new NodeGeneric(aux.getFileName(), aux.getFileName2()));
}
System.out.println("Transformação concluída!");
offset += limit;
System.gc();
} while (countTemp >= limit);