How do I establish an input stream over HTTP for the iPhone? My project is to incrementally pull binary data from an HTTP server to the iPhone. The pattern is to pull some data - this is a scientific app - analyze it for a while, pull more data. Rince, and repeat.
This project is a port of a desktop Java app which relies on InputStream and it's methods readInt, readString, etc. to do this.
Cheers, Doug