Sha256: 1641d4043587c2929bab0cc61c59ea3c5a13f846a21cffe51777fc96e310b17d
Contents?: true
Size: 324 Bytes
Versions: 38
Compression:
Stored size: 324 Bytes
Contents
module Zip class Decompressor #:nodoc:all CHUNK_SIZE = 32_768 def initialize(input_stream) super() @input_stream = input_stream 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
38 entries across 32 versions & 5 rubygems