< prev index next >

src/java.base/share/native/libjimage/imageDecompressor.hpp

Print this page
rev 15130 : imported patch 8162343

*** 72,83 **** * The same resource can even be compressed multiple time by a stack of compressors. * At runtime, a resource is decompressed in a loop until there is no more header * meaning that the resource is equivalent to the not compressed resource. * In each iteration, the name of the compressor located in the current header * is used to retrieve the associated instance of ImageDecompressor. ! * For example “zip” is the name of the compressor that compresses resources ! * using the zip algorithm. The ZipDecompressor class name is also “zip”. * ImageDecompressor instances are retrieved from a static array in which * they are registered. */ class ImageDecompressor { --- 72,83 ---- * The same resource can even be compressed multiple time by a stack of compressors. * At runtime, a resource is decompressed in a loop until there is no more header * meaning that the resource is equivalent to the not compressed resource. * In each iteration, the name of the compressor located in the current header * is used to retrieve the associated instance of ImageDecompressor. ! * For example "zip" is the name of the compressor that compresses resources ! * using the zip algorithm. The ZipDecompressor class name is also "zip". * ImageDecompressor instances are retrieved from a static array in which * they are registered. */ class ImageDecompressor {
< prev index next >