inflate_stream.js
311 字节
goog.require('Zlib.InflateStream');
goog.exportSymbol('Zlib.InflateStream', Zlib.InflateStream);
goog.exportSymbol(
'Zlib.InflateStream.prototype.decompress',
Zlib.InflateStream.prototype.decompress
);
goog.exportSymbol(
'Zlib.InflateStream.prototype.getBytes',
Zlib.InflateStream.prototype.getBytes
);