<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itokjp</author_name>
  <author_url>https://blog.hatena.ne.jp/itokjp/</author_url>
  <blog_title>itok's Lab</blog_title>
  <blog_url>https://itobass.hatenadiary.com/</blog_url>
  <categories>
    <anon>NSURLDownload</anon>
  </categories>
  <description>ダウンロードクラス NSURLDownload を使ってみましょう。非同期に DL することを目的とした DL クラスとなります。非同期なんでその経過を知るために delegate を用いてメッセージのやり取りをするわけです。 では、まずオブジェクトの生成と DL の開始。 1: NSURLRequest* req = [[[NSURLRequest alloc] initWithURL:url] autorelease]; 2: NSURLDownload* dl = [[NSURLDownload alloc] initWithRequest:req delegate:self]; 3: …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitobass.hatenadiary.com%2Fentry%2F%253Fp%253D68&quot; title=&quot;NSURLDownloadでダウンロード-1 - itok&amp;#39;s Lab&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-02-13 21:38:27</published>
  <title>NSURLDownloadでダウンロード-1</title>
  <type>rich</type>
  <url>https://itobass.hatenadiary.com/entry/%3Fp%3D68</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
