8000 GitHub - gomorpheus/java-iso-tools: A fork of JIIC hosted on github
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gomorpheus/java-iso-tools

 
 

Repository files navigation

java-iso-tools

This project provides a number of tools for manipulating iso9660 filesystems natively within Java.

Getting started quickly

Depend on the necessary dependencies to your project:

implementation 'com.morpheusdata.java-iso-tools:iso9660-vfs-impl:2.1.0'
implementation 'com.morpheusdata.java-iso-tools:iso9660-writer:2.1.0'
implementation 'com.morpheusdata.java-iso-tools:loop-fs-api:2.1.0'
implementation 'com.morpheusdata.java-iso-tools:iso9660-loop-fs-iso-impl:2.1.0'
implementation 'com.morpheusdata.java-iso-tools:iso9660-loop-fs-spi:2.1.0'
implementation 'com.morpheusdata.java-iso-tools:loop-fs-udf-impl:2.1.0'
implementation 'com.morpheusdata.java-iso-tools:sabre:2.1.0'

Visit mvnrepository.com, select the parts you need for your project, and then add that to your build system via Gradle, Maven, or other.

Building from source

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Gradle

  • JDK

Installing

Assuming you already have a working JDK.

Compiling

./gradlew compileJava

Running the tests

Note
There are some default tests

Use gradle to run existing unit tests

./gradlew test

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%
0