Reputation: 778
I wondering is there any class or interface in Java library what i can use as Decorator-pattern or any 3rd party library you recommend. I already know i can do it for my own, but i'm looking for something similar to show in a class.
Upvotes: 1
Views: 359
Reputation: 60
I think you're looking for something like JLayer http://www.javazoom.net/javalayer/javalayer.html
Upvotes: 3