BedFormatterFormat Method (Stream, IListISequenceRange) |
Writes out a list of ISequenceRange objects to a specified
stream. The stream is closed at the end.
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,
IList<ISequenceRange> ranges
)
Public Sub Format (
stream As Stream,
ranges As IList(Of ISequenceRange)
)
public:
virtual void Format(
Stream^ stream,
IList<ISequenceRange^>^ ranges
) sealed
abstract Format :
stream : Stream *
ranges : IList<ISequenceRange> -> unit
override Format :
stream : Stream *
ranges : IList<ISequenceRange> -> unit
Parameters
- stream
- Type: System.IOStream
The stream where the formatted data is to be written. - ranges
- Type: System.Collections.GenericIListISequenceRange
The range collection to be formatted.
Implements
ISequenceRangeFormatterFormat(Stream, IListISequenceRange)See Also