BedFormatterFormat Method (Stream, SequenceRangeGrouping) |
Writes out a grouping of ISequenceRange objects to a specified
stream.
Namespace: Bio.IO.BedAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Format(
Stream stream,
SequenceRangeGrouping rangeGroup
)
Public Sub Format (
stream As Stream,
rangeGroup As SequenceRangeGrouping
)
public:
virtual void Format(
Stream^ stream,
SequenceRangeGrouping^ rangeGroup
) sealed
abstract Format :
stream : Stream *
rangeGroup : SequenceRangeGrouping -> unit
override Format :
stream : Stream *
rangeGroup : SequenceRangeGrouping -> unit
Parameters
- stream
- Type: System.IOStream
The stream where the formatted data is to be written, it will be closed at the end. - rangeGroup
- Type: BioSequenceRangeGrouping
The range grouping to be formatted.
Implements
ISequenceRangeFormatterFormat(Stream, SequenceRangeGrouping)See Also