| Package | Description |
|---|---|
| org.molgenis.vcf |
| Modifier and Type | Method and Description |
|---|---|
static VcfWriterFactory.Version |
VcfWriterFactory.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VcfWriterFactory.Version[] |
VcfWriterFactory.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VcfWriter |
VcfWriterFactory.create(File file,
VcfMeta vcfMeta,
VcfWriterFactory.Format format,
VcfWriterFactory.Version version) |
VcfWriter |
VcfWriterFactory.create(OutputStream outputStream,
VcfMeta vcfMeta,
VcfWriterFactory.Format format,
VcfWriterFactory.Version version) |
Copyright © 2019. All rights reserved.