Package | Description |
---|---|
htsjdk.variant.variantcontext.writer |
Modifier and Type | Field and Description |
---|---|
static EnumSet<VariantContextWriterBuilder.OutputType> |
VariantContextWriterBuilder.FILE_TYPES |
static EnumSet<VariantContextWriterBuilder.OutputType> |
VariantContextWriterBuilder.STREAM_TYPES |
Modifier and Type | Method and Description |
---|---|
static VariantContextWriterBuilder.OutputType |
VariantContextWriterBuilder.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantContextWriterBuilder.OutputType[] |
VariantContextWriterBuilder.OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VariantContextWriterBuilder |
VariantContextWriterBuilder.setOutputFileType(VariantContextWriterBuilder.OutputType outType)
Set the output file type for the next
VariantContextWriter created by this builder. |