Provides access to the VCF header when iterating a VCF source
| 36 | * Provides access to the VCF header when iterating a VCF source |
| 37 | */ |
| 38 | public interface VcfIterator extends IOIterator<VcfRecord> { |
| 39 | |
| 40 | /** |
| 41 | * @return the VCF header. |
| 42 | */ |
| 43 | VcfHeader getHeader(); |
| 44 | } |
nothing calls this directly
no outgoing calls
no test coverage detected