Pergunta

I have some files inside my app expansion file accessed with JAVA APKExpansionSupport provided by Google library. I can read files as InputStream, f.e. MP3, but I need to read this file on Flash side (to play it) and don't know how... My initial idea was to convert the InputStream to FREByteArray but I'm not sure if that's the way. Some hints?

Foi útil?

Solução

I finally did it through IOUtils.toByteArray conversion (for synchronous solution).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top