(VcfParser parser, BrLineReader in)
| 55 | |
| 56 | // Constructor for use by VcfReaderFactory |
| 57 | VcfReader(VcfParser parser, BrLineReader in) throws IOException { |
| 58 | this(parser, in, parser.parseHeader(in)); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Read VcfRecords from a region of a block-compressed file, pre-parsed header |
nothing calls this directly
no test coverage detected