Click or drag to resize
BAMParserIsEOF Method
Returns a boolean indicating whether the reader is reached end of file or not.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsEOF()

Return Value

Type: Boolean
Returns true if the end of the file has been reached.
See Also