string - Java StringTokenizer.nextToken() skips over empty fiels - Stack Overflow
I am using a tab (/t) as delimiter and I know there are some empty fiels in my data e.g.: one->two->->three Where -> equals the tab. As you can see an empty field is still correctly surrounded by tabs. Data is collected using a loop : while ((strLine = br...