質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top