numLinesOriginal = 0;
numLinesSplit = 0;
String fileAux = this.v.getBuffer().getDirectory(); /* returns where is the file located */
String filePath = fileAux.concat(this.v.getBuffer().getName());
filePath = filePath.concat(".xml");
log = new LogSplit(filePath);
array = log.getLogSplit();
counter = log.getCounter();
}