Method: RIO::ZipFile::RootDir#read

Defined in:
lib/rio/ext/zipfile/rootdir.rb

#readObject



55
56
57
58
59
# File 'lib/rio/ext/zipfile/rootdir.rb', line 55

def read
  return nil if @entidx >= @topents.size
  @entidx += 1
  @topents[@entidx-1]
end