21222324252627
return d; } @Deprecated public static DemoInputStreamIterator iteratorForFile(String fileName, Profile... profile) throws IOException { return new DemoInputStreamIterator(demoInputStreamForStream(new FileInputStream(fileName), profile)); }