()
| 12110 | },{}],85:[function(require,module,exports){ |
| 12111 | 'use strict'; |
| 12112 | function CompressedObject() { |
| 12113 | this.compressedSize = 0; |
| 12114 | this.uncompressedSize = 0; |
| 12115 | this.crc32 = 0; |
| 12116 | this.compressionMethod = null; |
| 12117 | this.compressedContent = null; |
| 12118 | } |
| 12119 | |
| 12120 | CompressedObject.prototype = { |
| 12121 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected