Click or drag to resize
GZipParserTP, TParse Method
Parses a list of biological sequence texts from a given stream.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<T> Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Bio.IO.GZipParser`2.Parse(System.IO.Stream)"]

Return Value

Type: IEnumerableT
The collection of parsed ISequence objects.

Implements

IParserTParse(Stream)
See Also