SAX-JSON-Parser-ForStreamingData icon indicating copy to clipboard operation
SAX-JSON-Parser-ForStreamingData copied to clipboard

Downloading data

Open kutakmir opened this issue 9 years ago • 1 comments

How could I use this if I actually download the data?

kutakmir avatar Nov 04 '15 19:11 kutakmir

I have a project that uses NSURLSession. In those you will get data a bit at a time. You can pass the data to this class, and have a delegate on your Session subclass to then forward the data to.

I didn't put a project together as there is no public endpoint I have access to that would serve as an example. I support a small networking class, but I'm probably the only user of it. Since so many people use their own, or AFNetworking, whatever, its hard to come up with a "framework" for it.

ghost avatar Nov 04 '15 22:11 ghost