gpt4 book ai didi

java - 将 jar 视为 zipper

转载 作者:行者123 更新时间:2023-12-02 07:02:11 28 4
gpt4 key购买 nike

我想从我的 *jar 存档中读取文件。我在互联网上阅读了如何从 zip 中读取:

ZipFile zipFile = new ZipFile( "moers.zip" );
ZipEntry entry = zipFile.getEntry( "DerAlteSack.png" );
InputStream is = zipFile.getInputStream( entry );

所以我的问题:我可以将 *jar 文件视为 *zip 文件吗?

最佳答案

是的,jar 是一个 Zip 文件。参见规范:http://docs.oracle.com/javase/6/docs/technotes/guides/jar/jar.html#Intro

A JAR file is essentially a zip file that contains an optional META-INF directory.

关于java - 将 jar 视为 zipper ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16508954/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com