github classgraph/classgraph classgraph-4.6.14

latest releases: classgraph-4.8.172, classgraph-4.8.171, classgraph-4.8.170...
5 years ago
  • Some fixes for handling zipfiles larger than 2GB.
  • Added an optimization for jar-based resource files: Resource::read() now opens the resource as a ByteBuffer slice on the zipfile, if the entry is stored rather than deflated, rather than extracting the entry to memory first. (Avoids a buffer copy, and avoids having to read the whole entry into memory before returning, in this situation.)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.