class Zip::DecryptedIo

def produce_input

def produce_input
  @decrypter.decrypt(@io.read(CHUNK_SIZE))
end