META-INF.resources.bower_components.jszip.lib.compressions.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-data-tables Show documentation
Show all versions of jwebmp-data-tables Show documentation
The JWebSwing implementation for Data Tables
'use strict';
var GenericWorker = require("./stream/GenericWorker");
exports.STORE = {
magic: "\x00\x00",
compressWorker: function (compressionOptions) {
return new GenericWorker("STORE compression");
},
uncompressWorker: function () {
return new GenericWorker("STORE decompression");
}
};
exports.DEFLATE = require('./flate');
© 2015 - 2025 Weber Informatics LLC | Privacy Policy