ios-samples/CustomInputStream
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01: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 Pull from upstream 2015-01-19 20:39:40 +05:30
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
InputStreamTest.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
InputStreamTest.sln Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
NativeUploader.cs Pull from upstream 2015-01-19 20:39:40 +05:30
README.md Add new sample - CustomInputStream 2012-05-08 14:54:23 +02:00
ZInputStream.cs CustomInputStream: protect against stack overflows. Fixes #25376. 2015-02-17 16:47:23 +01: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