WesleyMalesa / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Add support for binary streams associated with sync channels #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes the data associated with a channel could be a large binary object 
(blob). In this case for performance/memory consumption reason it would not be 
wise to use the byte[] array.

There needs to be a way designed such that we are dealing with InputStreams all 
the way to the device end

Original issue reported on code.google.com by openmobs...@gmail.com on 4 Jul 2011 at 2:52

GoogleCodeExporter commented 8 years ago

Original comment by openmobs...@gmail.com on 16 Aug 2011 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by openmobs...@gmail.com on 24 Sep 2011 at 4:19

GoogleCodeExporter commented 8 years ago

Original comment by openmobs...@gmail.com on 30 Nov 2011 at 4:33

GoogleCodeExporter commented 8 years ago
byte[] array in your MobileBean is the way to go

Original comment by openmobs...@gmail.com on 21 Dec 2011 at 7:32