Skip to content

Parse and extract data from Microsoft LZX compressed .cab files for Java 6+

License

Unknown and 4 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.Apachev2
BSD-3-Clause
LICENSE.BSD3
CC0-1.0
LICENSE.CC0
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

dorkbox/CabParser

CAB PARSER

Dorkbox Github Gitlab

Provides a means to parse and extract data from Microsoft CAB files, from Java.

Specifically, this project was created to extract files from within a .cab which are compressed via the LZX compression algorithm.

Microsoft CAB file format: http://msdn.microsoft.com/en-us/library/bb417343.aspx

  • This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 8+

   

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>CabParser</artifactId>
      <version>3.4</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:CabParser:3.4")
}

License

This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

About

Parse and extract data from Microsoft LZX compressed .cab files for Java 6+

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.Apachev2
BSD-3-Clause
LICENSE.BSD3
CC0-1.0
LICENSE.CC0
MIT
LICENSE.MIT

Stars

Watchers

Forks

Packages

No packages published