Sha256: aabdefd1220ba93c362073691b24da5cd845c813347fee234110e2de8e5e39c8

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>dump_sector (FileSystemImage)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File lib/FileSystemImage.rb, line 117</span>
        <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">dump_sector</span>(<span class="ruby-identifier">track</span>,<span class="ruby-identifier">sector</span>)
        <span class="ruby-identifier">s</span>=<span class="ruby-identifier">hline</span>
                <span class="ruby-identifier">s</span><span class="ruby-operator">&lt;&lt;</span><span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;TRACK: $%02X SECTOR $%02X\n&quot;</span>,<span class="ruby-identifier">track</span>,<span class="ruby-identifier">sector</span>)
                <span class="ruby-identifier">sector_data</span>=<span class="ruby-identifier">get_sector</span>(<span class="ruby-identifier">track</span>,<span class="ruby-identifier">sector</span>)
                <span class="ruby-identifier">s</span><span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">file_system</span>.<span class="ruby-identifier">host_system</span>.<span class="ruby-identifier">hex_dump</span>(<span class="ruby-identifier">sector_data</span>)
                <span class="ruby-identifier">s</span>
        <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ripxplore-0.7.0 doc/classes/FileSystemImage.src/M000084.html
ripxplore-0.7.1 doc/classes/FileSystemImage.src/M000362.html
ripxplore-0.7.2 doc/classes/FileSystemImage.src/M000362.html
ripxplore-0.8.0 doc/classes/FileSystemImage.src/M000362.html