views:

17

answers:

1

It seems all methods expect either files or urls. I see some methods that work with OutputStream, but I haven't managed to open an IContainer using one of those methods; I always get an invalid return value.

A: 

Create your own IURLProtocolHandler interface and pass to IContainer.open(...) to open any type of media type you want.

Xuggle