mozilla-b2g / rilproxy

DEPRECATED
21 stars 21 forks source link

See if nsBinaryOutputStream can replace Parcels #14

Closed ghost closed 13 years ago

ghost commented 13 years ago

The less android libraries we can link in, the better. See if we can use the nsBinaryOutputStream class to replicate what we need from libbinder.

http://dxr.mozilla.org/mozilla/mozilla-central/xpcom/io/nsBinaryStream.h.html

ghost commented 13 years ago

Not only can it not, we're doing this in JS now so it's not really interesting anyways.