Any suggestions for a tool / object / utility for reading a .zipx file in java?
You have already looked over. I need a C # library for zipx and http://www.winzip.com/comp_info.htm
The ZIPX format seems to be a regular ZIP container , just using compression methods other than DEFLATE.
This means that you can use the regular Java ZipFile class to retrieve the content byte[], but depending on the value ZipEntry.getMethod()you will have to use classes without the JDK to unpack.
byte[]
ZipEntry.getMethod()
Compression methods and Java support:
: Java . , -open-source .
, Chilkat, , ZIPX.
, WinZip , ZIPX .
, , WinZip command line, java.lang.Runtime#exec(..)
java.lang.Runtime#exec(..)
Source: https://habr.com/ru/post/1764268/More articles:How to use ThreadSafeClientConnManager.requestConnection (HttpRoute route, object state) - androidThemes, Processes and Application.Exit () - multithreadingJquery validate: Reusing a custom number in the USA - jqueryWhy does .png converted from gnuplot postcript output have a transparent background? - transparencyInvalid ASP.NET element name StartTag error - asp.netTransparency draws connection layers instead of redrawing - c #Aapt problem: resource identifier found for the attribute 'class' in the package 'android' - androidI need a C # library for zipx - c #How to view the header information of an AVI or FLV video file? - metadataHow to check if there is enough space before WriteFile in c in windows? - cAll Articles