Skip to content
 
 

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

About

A fork of JIIC hosted on github

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages