()
| 126 | } |
| 127 | |
| 128 | @Override |
| 129 | public VcfRecord next() throws IOException { |
| 130 | final VcfRecord result = peek(); |
| 131 | setNext(); |
| 132 | return result; |
| 133 | } |
| 134 | |
| 135 | @Override |
| 136 | public void forEach(Consumer<? super VcfRecord> action) throws IOException { |