applesingle/README.md

17 lines
573 B
Markdown
Raw Permalink Normal View History

2018-05-24 16:59:29 +00:00
# AppleSingle
This project is an off-shoot of AppleCommander's support for the AppleSingle format in that there are multiple
Java-based tools that can benefit from a pre-built library to support the AppleSingle format.
# Subprojects
2018-05-25 03:31:15 +00:00
This project is split into two sub-projects:
2018-05-25 03:31:15 +00:00
* [api](api) is the Java API
* [asu](tools/asu) is a command-line tool for manipulating images
2018-05-25 03:31:15 +00:00
2018-05-24 16:59:29 +00:00
# Resources
* [AppleSingle spec](http://kaiser-edv.de/documents/AppleSingle_AppleDouble.pdf)
* [Original ticket for AppleCommander](https://github.com/AppleCommander/AppleCommander/issues/20)