# File lib/zip/zip_entry.rb, line 219 def read_local_entry(io) entry = new(io.path) entry.read_local_entry(io) entry rescue ZipError nil end