Class: Zip::ZipInputStream

Inherits:
Object
  • Object
show all
Defined in:
lib/javaclass/ziputils.rb

Instance Method Summary collapse

Instance Method Details

#getcObject



7
8
9
# File 'lib/javaclass/ziputils.rb', line 7

def getc
  read(1)[0]
end