We've a stream of data that gets created in byte array continuosly,
that gets generated in our code and that should be consumed from
another module that uses a third party library. The third party
library apis takes only Inputstream as a parameter in the API.

Is there a way I can write the bytes into inputstream? Is something
like UNIX named pipes is supported in Android? If so, is there a code
sample?

Thanks,
Qwest

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to