/riscosarc

De-archiver for various RISC OS archive formats

Primary LanguageJavaMIT LicenseMIT

RISC OS de-archiver

This is a Java implementation of the various compression algorithms used by RISC OS archivers.

Supported archive formats are:

  • Spark
  • ArcFS
  • PackDir
  • Squash
  • CFS

riscosarc can not create archives, it can only extract files from them.

Usage:

java riscosarc [opt] [archive file]

where opt is:

-l: list contents of archive

-v: verbose listing

-x: extract files from archive

Files are extracted with the RISC OS filetype appended to the name.

There is precious little documentation, and probably no comments in the code.

To Build on Linux

./build.sh