public int getWidth(int pIndex) throws IOException {
   init();
   return reader.getWidth(pIndex);
 }