Returns a boolean indicating whether the reader is reached end of file or not.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
SyntaxPublic Function IsEOF As Boolean
member IsEOF : unit -> bool
Return Value
Type:
BooleanReturns true if the end of the file has been reached.
See Also