MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / next

Method next

src/main/java/com/rtg/vcf/VcfReader.java:128–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

peekMethod · 0.95
setNextMethod · 0.95

Tested by

no test coverage detected