R/methods-FastqFileReader.R

Defines functions .binReader

.binReader <-
    function(con, n)
    ## read 'n' bytes from 'con', returning raw()
{
    readBin(con, raw(), n)
}

setMethod(yield, "FastqFileReader", function(x, ...) x$yield(...))

Try the ShortRead package in your browser

Any scripts or data that you put into this service are public.

ShortRead documentation built on Nov. 8, 2020, 8:02 p.m.