loopy

loopy is a library for working with file-based file systems, i.e. file systems contained within a single file. The ISO9660 file system is a well-known example. loopy is being developed for use by Apache Jakarta Commons VFS.

License

License

GroupId

GroupId

com.github.stephenc.java-iso-tools
ArtifactId

ArtifactId

loopy
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

pom
Description

Description

loopy
loopy is a library for working with file-based file systems, i.e. file systems contained within a single file. The ISO9660 file system is a well-known example. loopy is being developed for use by Apache Jakarta Commons VFS.

Download loopy

Filename Size
loopy-1.2.2.pom 2 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/loopy/ -->
<dependency>
    <groupId>com.github.stephenc.java-iso-tools</groupId>
    <artifactId>loopy</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/loopy/
implementation 'com.github.stephenc.java-iso-tools:loopy:1.2.2'
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/loopy/
implementation ("com.github.stephenc.java-iso-tools:loopy:1.2.2")
'com.github.stephenc.java-iso-tools:loopy:pom:1.2.2'
<dependency org="com.github.stephenc.java-iso-tools" name="loopy" rev="1.2.2">
  <artifact name="loopy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='loopy', version='1.2.2')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "loopy" % "1.2.2"
[com.github.stephenc.java-iso-tools/loopy "1.2.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • loopy-core
  • loopy-vfs

java-iso-tools

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

Getting started quickly

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. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Maven

  • JDK

Installing

Assuming you already have a working JDK and maven install.

Compiling

mvn compile

Running the tests

Note
There are some default tests

Use maven to run existing tests

mvn test

Versions

Version
1.2.2