Method: Zip::ZipFileSystem::ZipFileNameMapper#read

Defined in:
lib/pik/contrib/zip/zipfilesystem.rb

#read(fileName) ⇒ Object



561
562
563
# File 'lib/pik/contrib/zip/zipfilesystem.rb', line 561

def read(fileName)
  @zipFile.read(expand_to_entry(fileName))
end