Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードは、常にサイズ 1 のバイト配列になります。何かアイデアはありますか?
FileHeader fh = (FileHeader) packageFile.getFileHeaders().get(1); InputStream inputStream = packageFile.getInputStream(fh); byte[] bytes=new byte[inputStream.available()];
zipファイルは大丈夫です!