Sha256: 1e7828d6cc22de2b056c22f93d44ad0116117888212f7c6f724593a1bb25d66e
Contents?: true
Size: 319 Bytes
Versions: 2
Compression:
Stored size: 319 Bytes
Contents
module Zip class Decompressor #:nodoc:all CHUNK_SIZE=32768 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rubyzip-1.0.0.beta1 | lib/zip/decompressor.rb |
superp-rubyzip-0.1.0 | lib/zip/decompressor.rb |