views:

31

answers:

0

Greetings!! I've been searching a lot about how to read the metadata of .aac file on Java, but still hasn't succeeded in finding somethong useful. I'm new in programming and I'm doing this as an assignment. The most of info I found was this:

http://download-llnw.oracle.com/javase/tutorial/essential/io/fileAttr.html

But I can't make a simple program work because the import shown there doesn't exist!! I believe that's for an older JDK but the site says it's updated.

I don't where to start, beginning from which imports I should make, to knowing where metadata may be located in an .acc file.

Thanks in advance!