Click or drag to resize
ISequenceRangeFormatter Interface
Writes out SequenceRange lists or groupings to a data stream.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface ISequenceRangeFormatter : IFormatter

The ISequenceRangeFormatter type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the formatter being implemented. This is intended to give the developer some information of the formatter.
(Inherited from IFormatter.)
Public propertyName
Gets the name of the formatter being implemented. This is intended to give the developer name of the formatter.
(Inherited from IFormatter.)
Public propertySupportedFileTypes
Gets the file extensions that the formatter will support. If multiple extensions are supported then this property will return a string containing all extensions with a ',' delimited.
(Inherited from IFormatter.)
Top
Methods
  NameDescription
Public methodFormat(Stream, SequenceRangeGrouping)
Writes out a grouping of ISequenceRange objects to a specified text writer.
Public methodFormat(Stream, IListISequenceRange)
Writes out a list of ISequenceRange objects to a specified stream.
Top
See Also