Working with URLs |
Reading Directly from a URLTheReading from and Writing to a URLConnectionOpenStreamTest
example in this section uses deprecated API. See 1.1 Changes: OpenStreamTest Example for the 1.1 implementation of this example.One field was added to theReading from a URLConnectionURLConnection
class. See 1.1 Changes: URLConnection Class for details.TheWriting to a URLConnectionConnectionTest
example in this section uses deprecated API. See 1.1 Changes: ConnectionTest Example for the 1.1 implementation of this example.TheReverseTest
example in this section uses deprecated API and must newURLConnection.setDoOutput
. See 1.1 Changes: ReverseTest Example for the 1.1 implementation of this example.
Working with URLs |