PageRenderTime 10ms CodeModel.GetById 4ms RepoModel.GetById 0ms app.codeStats 0ms

/core/sdk-objc/Documentation/GMAppleDouble/Classes/GMAppleDoubleEntry_/Methods/Methods.html

http://macfuse.googlecode.com/
HTML | 57 lines | 57 code | 0 blank | 0 comment | 0 complexity | 026edd2b0f78cd4eabe5e87229cfcb4f MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Methods</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta name="generator" content="HeaderDoc">
  7. <style type="text/css"><!--.keyword {background:#ffffff; color:#761550;}.template {background:#ffffff; color:#761550;}.number {background: #ffffff; color:#0000ff;}.function {background:#ffffff; color:#000000;}.string {background: #ffffff; color:#891315;}.preprocessor {background:#ffffff; color:#236e25}.comment {background:#ffffff; color:#236e25}.char {background: #ffffff; color:#0000ff;}.var {background:#ffffff; color:#000000;}.type {background:#ffffff; color:#761550;}.param {background:#ffffff; color:#000000;}a:link {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #0000ff;}a:visited:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:active {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}a:hover {text-decoration: underline; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: small; color: #ff6600;}h4 {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: tiny; font-weight: bold;}body {text-decoration: none; font-family: lucida grande, geneva, helvetica, arial, sans-serif; font-size: 10pt;}--></style>
  8. </head>
  9. <body bgcolor="#ffffff">
  10. <a name="top"></a><a name="HeaderDoc_methods"></a><dl>
  11. <dt><tt><a href="Methods.html#//apple_ref/occ/instm/GMAppleDoubleEntry/initWithEntryID:data:" target="doc">-initWithEntryID:data:</a></tt></dt>
  12. <dd>Initializes an AppleDouble entry with ID and data.
  13. </dd>
  14. <dt><tt><a href="Methods.html#//apple_ref/occ/instm/GMAppleDoubleEntry/entryID" target="doc">-entryID</a></tt></dt>
  15. <dd>The entry ID </dd>
  16. <dt><tt><a href="Methods.html#//apple_ref/occ/instm/GMAppleDoubleEntry/data" target="doc">-data</a></tt></dt>
  17. <dd>The entry data </dd>
  18. </dl>
  19. <hr>
  20. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/GMAppleDoubleEntry/initWithEntryID:data:; name=GMAppleDoubleEntry::initWithEntryID:data: --><a name="//apple_ref/occ/instm/GMAppleDoubleEntry/initWithEntryID:data:"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  21. <h3><a name="initWithEntryID:data:">initWithEntryID:data:</a></h3>
  22. </td></tr></table>
  23. <hr>
  24. <p><!-- begin abstract -->Initializes an AppleDouble entry with ID and data.
  25. <!-- end abstract --></p>
  26. <p></p>
  27. <pre>- (<!-- a logicalPath="//apple_ref/occ/cl/id //apple_ref/occ/tdef/id //apple_ref/occ/tag/id //apple_ref/occ/econst/id //apple_ref/occ/struct/id //apple_ref/occ/clconst/id //apple_ref/occ/intf/id" --><span class="type">id</span><!-- /a -->)<!-- a logicalPath="//apple_ref/occ/instm/initWithEntryID //apple_ref/occ/clm/initWithEntryID //apple_ref/occ/intfcm/initWithEntryID //apple_ref/occ/intfm/initWithEntryID //apple_ref/occ/func/initWithEntryID //apple_ref/occ/ftmplt/initWithEntryID //apple_ref/occ/defn/initWithEntryID //apple_ref/occ/macro/initWithEntryID" --><span class="function">initWithEntryID</span><!-- /a -->:(<a href="../../../../../Documentation/GMAppleDouble/index.html?DataTypes/DataTypes.html#//apple_ref/c/tdef/GMAppleDoubleEntryID" logicalPath="//apple_ref/occ/cl/GMAppleDoubleEntryID //apple_ref/occ/tdef/GMAppleDoubleEntryID" target="_top"><span class="type">GMAppleDoubleEntryID</span></a>)<span class="param">entryID</span> <!-- a logicalPath="//apple_ref/occ/instm/data //apple_ref/occ/clm/data //apple_ref/occ/intfcm/data //apple_ref/occ/intfm/data //apple_ref/occ/func/data //apple_ref/occ/ftmplt/data //apple_ref/occ/defn/data //apple_ref/occ/macro/data" --><span class="function">data</span><!-- /a -->:(<!-- a logicalPath="//apple_ref/occ/cl/NSData //apple_ref/occ/tdef/NSData //apple_ref/occ/tag/NSData //apple_ref/occ/econst/NSData //apple_ref/occ/struct/NSData //apple_ref/occ/clconst/NSData //apple_ref/occ/intf/NSData" --><span class="type">NSData</span><!-- /a --> <span class="type">*</span>)<span class="var">data</span>; </pre>
  28. <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Parameters</font></h5>
  29. <dl>
  30. <dt><code>entryID </code></dt>
  31. <dd>A valid entry identifier</dd>
  32. <dt><code>data </code></dt>
  33. <dd>Raw data for the entry</dd>
  34. </dl>
  35. <p></p>
  36. <hr>
  37. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/GMAppleDoubleEntry/entryID; name=GMAppleDoubleEntry::entryID --><a name="//apple_ref/occ/instm/GMAppleDoubleEntry/entryID"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  38. <h3><a name="entryID">entryID</a></h3>
  39. </td></tr></table>
  40. <hr>
  41. <p><!-- begin abstract -->The entry ID <!-- end abstract --></p>
  42. <p></p>
  43. <pre>- (<a href="../../../../../Documentation/GMAppleDouble/index.html?DataTypes/DataTypes.html#//apple_ref/c/tdef/GMAppleDoubleEntryID" logicalPath="//apple_ref/occ/cl/GMAppleDoubleEntryID //apple_ref/occ/tdef/GMAppleDoubleEntryID" target="_top"><span class="type">GMAppleDoubleEntryID</span></a>)<span class="var">entryID</span>; </pre>
  44. <p></p>
  45. <hr>
  46. <!-- headerDoc=instm; uid=//apple_ref/occ/instm/GMAppleDoubleEntry/data; name=GMAppleDoubleEntry::data --><a name="//apple_ref/occ/instm/GMAppleDoubleEntry/data"></a><table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5">
  47. <h3><a name="data">data</a></h3>
  48. </td></tr></table>
  49. <hr>
  50. <p><!-- begin abstract -->The entry data <!-- end abstract --></p>
  51. <p></p>
  52. <pre>- (<!-- a logicalPath="//apple_ref/occ/cl/NSData //apple_ref/occ/tdef/NSData //apple_ref/occ/tag/NSData //apple_ref/occ/econst/NSData //apple_ref/occ/struct/NSData //apple_ref/occ/clconst/NSData //apple_ref/occ/intf/NSData" --><span class="type">NSData</span><!-- /a --> <span class="type">*</span>)<span class="var">data</span>; </pre>
  53. <p></p>
  54. <p>Last Updated: Monday, November 17, 2008
  55. </p>
  56. </body>
  57. </html>