GffFormatterFormat Method (Stream, ISequence) |
Writes an ISequence to the specified file.
Namespace: Bio.IO.GffAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Format(
Stream stream,
ISequence data
)
Public Sub Format (
stream As Stream,
data As ISequence
)
public:
virtual void Format(
Stream^ stream,
ISequence^ data
) sealed
abstract Format :
stream : Stream *
data : ISequence -> unit
override Format :
stream : Stream *
data : ISequence -> unit
Parameters
- stream
- Type: System.IOStream
Writer - data
- Type: BioISequence
The sequence to format.
Implements
IFormatterTFormat(Stream, T)See Also