FastQFormatterFormat Method (Stream, IEnumerableISequence) |
Writes a set of entries.
Namespace: Bio.IO.FastQAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Format(
Stream stream,
IEnumerable<ISequence> sequences
)
Public Sub Format (
stream As Stream,
sequences As IEnumerable(Of ISequence)
)
public:
virtual void Format(
Stream^ stream,
IEnumerable<ISequence^>^ sequences
) sealed
abstract Format :
stream : Stream *
sequences : IEnumerable<ISequence> -> unit
override Format :
stream : Stream *
sequences : IEnumerable<ISequence> -> unit
Parameters
- stream
- Type: System.IOStream
Stream to write to. - sequences
- Type: System.Collections.GenericIEnumerableISequence
The data to write.
Implements
IFormatterTFormat(Stream, IEnumerableT)See Also