Sha256: d8765ed152d13ce67ee8382d06e38c115b7be47c14a8b8ec80a0f23257e5c6eb
Contents?: true
Size: 316 Bytes
Versions: 17
Compression:
Stored size: 316 Bytes
Contents
module Zip class Decompressor #:nodoc:all CHUNK_SIZE=32768 def initialize(inputStream) super() @inputStream=inputStream end end end # Copyright (C) 2002, 2003 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or # modify it under the terms of the ruby license.
Version data entries
17 entries across 17 versions & 4 rubygems