class Bio::GFF::GFF3::BioRubyFileRecord

FileRecord inherits from the BioRuby Record, but adds the file seek position.

Attributes

io_seek[RW]

Public Class Methods

new(io_seek, buf) click to toggle source
Calls superclass method
# File lib/bio/db/gff/file/gfffileiterator.rb, line 18
def initialize io_seek, buf
  @io_seek = io_seek
  super(buf)
end