com.nttdocomo.util.JarInflater

This utility is used to decompress Jar files, or Zip files, from a byte array or stream. Note that this keeps the contents of the Jar in memory for the lifetime of the instance and as such this should only be used on very small Jars and not be retained via any kind of reference. There is no signature verification in this inflater, so as such any Jar could be modified accordingly. Note that in SquirrelJME this uses the block Zip support which means that this will not support linear reading of Zip files.