Imported initial java bindings

This commit is contained in:
Mario Danic
2007-04-23 08:42:04 +00:00
parent 8ba5bd7815
commit e614659a77
69 changed files with 14651 additions and 0 deletions

16
extras/java/TODO Normal file
View File

@ -0,0 +1,16 @@
Documentation:
- Review of javadocs, update methods to java ones.
- Write a little tutorial.
- Usage examples.
Design:
- Improve error notification. Decide what functions should return error
as int/boolean and what should throw an exception. Design exception hierarchy.
- Walk to a improved Java-like API...
- Java based BurnSource. java IO/NIO burn sources
Testing:
- Test program like test/libburner and test/iso.c (this last already done)
- Write a lot of tests, either manual tests and automatic test (Junit based)
to cover all methods.