Click or drag to resize
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.Bed
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Format(
	Stream stream,
	IList<ISequenceRange> ranges
)

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