187188189190191192193194
try { for (int i = 0; i < skipLines; i++) { reader.readLine(); } } catch (IOException e) { throw new ComunsIOException(e); } }