public boolean isBeforeStream(String fileName) throws IOException {
   return fileMap.isBefore(fileName);
 }