Method: Bio::FlatFileIndex::FileID#read
- Defined in:
- lib/bio/io/flatfile/index.rb
#read(size) ⇒ Object
555 556 557 |
# File 'lib/bio/io/flatfile/index.rb', line 555 def read(size) @io.read(size) end |
555 556 557 |
# File 'lib/bio/io/flatfile/index.rb', line 555 def read(size) @io.read(size) end |