module Zip::NullDecompressor

def eof

def eof
  true
end

def read(_length = nil, _outbuf = nil)

def read(_length = nil, _outbuf = nil)
  nil
end