SAMFormatterFormat Method (Stream, ISequenceAlignment) |
Writes an ISequenceAlignment to the location specified by the stream.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Format(
Stream stream,
ISequenceAlignment sequenceAlignment
)
Public Sub Format (
stream As Stream,
sequenceAlignment As ISequenceAlignment
)
public:
virtual void Format(
Stream^ stream,
ISequenceAlignment^ sequenceAlignment
) sealed
abstract Format :
stream : Stream *
sequenceAlignment : ISequenceAlignment -> unit
override Format :
stream : Stream *
sequenceAlignment : ISequenceAlignment -> unit
Parameters
- stream
- Type: System.IOStream
The Stream used to write the formatted sequence alignment text. - sequenceAlignment
- Type: Bio.Algorithms.AlignmentISequenceAlignment
The sequence alignment to format.
Implements
IFormatterTFormat(Stream, T)See Also