mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

Ability to use byte arrays, InputStream and OutputStream #182

Open Monniasza opened 3 years ago

Monniasza commented 3 years ago

I'd like to use InputStream for use in my game because it uses MP3 files stored in ZIP archives. I also use byte arrays to buffer ZIP file data for class loading and recognition from InputStreams

This would require: