Click or drag to resize
GZipParserTP, TCanProcessFile Method
Initializes a new instance of the FastAParser class by loading the specified filename and ensuring that it ends with ".gz"

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool CanProcessFile(
	string filename
)

Parameters

filename
Type: SystemString
Name of the File.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.IO.GZipParser`2.CanProcessFile(System.String)"]

See Also