What are the algorithms behind the Level 1 and Level 2 compression using Jlink (Java 9)?

筅森魡賤 提交于 2019-12-11 04:07:31

问题


The documentation (https://docs.oracle.com/javase/9/tools/jlink.htm#JSWOR-GUID-CECAC52B-CFEE-46CB-8166-F17A8E9280E9) says:

Level 1 -> Constant String sharing
Level 2 -> zip 

My questions are:

1). Which strings get shared ?
2). Who share these strings ?
3). Compression in Level 2 does not create a zip file. Then how it is a zip compression ? 

来源:https://stackoverflow.com/questions/48180953/what-are-the-algorithms-behind-the-level-1-and-level-2-compression-using-jlink

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!