ios-samples/CustomInputStream
Paola Villarreal 34a0ff20d8 CustomInputStream ported to 64-bits 2014-05-23 12:53:59 -05:00
..
Resources [CustomInputStream]updating for ios7, updating metadata for samples gallery 2013-10-23 18:11:57 +01:00
Screenshots [CustomInputStream]updating for ios7, updating metadata for samples gallery 2013-10-23 18:11:57 +01:00
AppDelegate.cs CustomInputStream ported to 64-bits 2014-05-23 12:53:59 -05:00
Info.plist CustomInputStream ported to 64-bits 2014-05-23 12:53:59 -05:00
InputStreamTest.csproj CustomInputStream ported to 64-bits 2014-05-23 12:53:59 -05:00
InputStreamTest.sln Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
NativeUploader.cs CustomInputStream ported to 64-bits 2014-05-23 12:53:59 -05:00
README.md Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
ZInputStream.cs CustomInputStream ported to 64-bits 2014-05-23 12:53:59 -05:00

README.md

CustomInputStream

This sample illustrates how to derive from NSInputStream and create subclass that is toll-free bridged to CFReadStream that can be used with NSMutableUrlRequest.

Note that the API required to implement a subclass of NSInputStream that is toll-free bridged to CFReadStream is considered private API by Apple, and may thus cause an app to be rejected from the AppStore.

This sample requires at least MonoTouch 5.3.4.

Authors

Rolf Bjarne Kvinge