doc/classes/JvcDsk.html in ripxplore-0.8.0 vs doc/classes/JvcDsk.html in ripxplore-0.11.0

- old
+ new

@@ -1,238 +1,231 @@ -<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>Class: JvcDsk</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <meta http-equiv="Content-Script-Type" content="text/javascript" /> - <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> - <script type="text/javascript"> - // <![CDATA[ - - function popupCode( url ) { - window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") - } - - function toggleCode( id ) { - if ( document.getElementById ) - elem = document.getElementById( id ); - else if ( document.all ) - elem = eval( "document.all." + id ); - else - return false; - - elemStyle = elem.style; - - if ( elemStyle.display != "block" ) { - elemStyle.display = "block" - } else { - elemStyle.display = "none" - } - - return true; - } - - // Make codeblocks hidden by default - document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) - - // ]]> - </script> - -</head> -<body> - - - - <div id="classHeader"> - <table class="header-table"> - <tr class="top-aligned-row"> - <td><strong>Class</strong></td> - <td class="class-name-in-header">JvcDsk</td> - </tr> - <tr class="top-aligned-row"> - <td><strong>In:</strong></td> - <td> - <a href="../files/lib/image_formats/JvcDsk_rb.html"> - lib/image_formats/JvcDsk.rb - </a> - <br /> - </td> - </tr> - - <tr class="top-aligned-row"> - <td><strong>Parent:</strong></td> - <td> - <a href="ImageFormat.html"> - ImageFormat - </a> - </td> - </tr> - </table> - </div> - <!-- banner header --> - - <div id="bodyContent"> - - - - <div id="contextContent"> - <div id="diagram"> - <map id="map" name="map"> - <area shape="rect" coords="17,101,89,149" href="JvcDsk.html" alt="JvcDsk" /> - <area shape="rect" coords="5,5,101,53" href="ImageFormat.html" alt="ImageFormat" /> -</map> -<img src="../dot/f_32.png" usemap="#map" border="0" alt="dot/f_32.png"> - </div> - - <div id="description"> - <p> -Color Computer DSK in JVC format - <a -href="http://tlindner.macmess.org/?page_id=86">tlindner.macmess.org/?page_id=86</a> -This in an incomplete implementation -</p> - - </div> - - - </div> - - <div id="method-list"> - <h3 class="section-bar">Methods</h3> - - <div class="name-list"> - <a href="#M000241">get_sector</a>&nbsp;&nbsp; - <a href="#M000238">host_system</a>&nbsp;&nbsp; - <a href="#M000237">new</a>&nbsp;&nbsp; - <a href="#M000236">possible_extensions</a>&nbsp;&nbsp; - <a href="#M000239">sectors_in_track</a>&nbsp;&nbsp; - <a href="#M000240">track_count</a>&nbsp;&nbsp; - </div> - </div> - - </div> - - - <!-- if includes --> - - <div id="section"> - - - - - - - - - <!-- if method_list --> - <div id="methods"> - <h3 class="section-bar">Public Class methods</h3> - - <div id="method-M000238" class="method-detail"> - <a name="M000238"></a> - - <div class="method-heading"> - <a href="JvcDsk.src/M000238.html" target="Code" class="method-signature" - onclick="popupCode('JvcDsk.src/M000238.html');return false;"> - <span class="method-name">host_system</span><span class="method-args">()</span> - </a> - </div> - - <div class="method-description"> - </div> - </div> - - <div id="method-M000237" class="method-detail"> - <a name="M000237"></a> - - <div class="method-heading"> - <a href="JvcDsk.src/M000237.html" target="Code" class="method-signature" - onclick="popupCode('JvcDsk.src/M000237.html');return false;"> - <span class="method-name">new</span><span class="method-args">(file_bytes)</span> - </a> - </div> - - <div class="method-description"> - <p> -JVC format has a variable length header, and a variable number of tracks, -with a variable number of sectors, with a variable length. -</p> - </div> - </div> - - <div id="method-M000236" class="method-detail"> - <a name="M000236"></a> - - <div class="method-heading"> - <a href="JvcDsk.src/M000236.html" target="Code" class="method-signature" - onclick="popupCode('JvcDsk.src/M000236.html');return false;"> - <span class="method-name">possible_extensions</span><span class="method-args">()</span> - </a> - </div> - - <div class="method-description"> - </div> - </div> - - <h3 class="section-bar">Public Instance methods</h3> - - <div id="method-M000241" class="method-detail"> - <a name="M000241"></a> - - <div class="method-heading"> - <a href="JvcDsk.src/M000241.html" target="Code" class="method-signature" - onclick="popupCode('JvcDsk.src/M000241.html');return false;"> - <span class="method-name">get_sector</span><span class="method-args">(track,sector)</span> - </a> - </div> - - <div class="method-description"> - </div> - </div> - - <div id="method-M000239" class="method-detail"> - <a name="M000239"></a> - - <div class="method-heading"> - <a href="JvcDsk.src/M000239.html" target="Code" class="method-signature" - onclick="popupCode('JvcDsk.src/M000239.html');return false;"> - <span class="method-name">sectors_in_track</span><span class="method-args">(track_no)</span> - </a> - </div> - - <div class="method-description"> - </div> - </div> - - <div id="method-M000240" class="method-detail"> - <a name="M000240"></a> - - <div class="method-heading"> - <a href="JvcDsk.src/M000240.html" target="Code" class="method-signature" - onclick="popupCode('JvcDsk.src/M000240.html');return false;"> - <span class="method-name">track_count</span><span class="method-args">()</span> - </a> - </div> - - <div class="method-description"> - <p> -how many tracks could be interpreted by this image format? -</p> - </div> - </div> - - - </div> - - - </div> - - -<div id="validator-badges"> - <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> -</div> - -</body> +<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Class: JvcDsk</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="Content-Script-Type" content="text/javascript" /> + <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> + <script type="text/javascript"> + // <![CDATA[ + + function popupCode( url ) { + window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") + } + + function toggleCode( id ) { + if ( document.getElementById ) + elem = document.getElementById( id ); + else if ( document.all ) + elem = eval( "document.all." + id ); + else + return false; + + elemStyle = elem.style; + + if ( elemStyle.display != "block" ) { + elemStyle.display = "block" + } else { + elemStyle.display = "none" + } + + return true; + } + + // Make codeblocks hidden by default + document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) + + // ]]> + </script> + +</head> +<body> + + + + <div id="classHeader"> + <table class="header-table"> + <tr class="top-aligned-row"> + <td><strong>Class</strong></td> + <td class="class-name-in-header">JvcDsk</td> + </tr> + <tr class="top-aligned-row"> + <td><strong>In:</strong></td> + <td> + <a href="../files/lib/image_formats/JvcDsk_rb.html"> + lib/image_formats/JvcDsk.rb + </a> + <br /> + </td> + </tr> + + <tr class="top-aligned-row"> + <td><strong>Parent:</strong></td> + <td> + <a href="ImageFormat.html"> + ImageFormat + </a> + </td> + </tr> + </table> + </div> + <!-- banner header --> + + <div id="bodyContent"> + + + + <div id="contextContent"> + + <div id="description"> + <p> +Color Computer DSK in JVC format - <a +href="http://tlindner.macmess.org/?page_id=86">tlindner.macmess.org/?page_id=86</a> +This in an incomplete implementation +</p> + + </div> + + + </div> + + <div id="method-list"> + <h3 class="section-bar">Methods</h3> + + <div class="name-list"> + <a href="#M000285">get_sector</a>&nbsp;&nbsp; + <a href="#M000282">host_system</a>&nbsp;&nbsp; + <a href="#M000281">new</a>&nbsp;&nbsp; + <a href="#M000280">possible_extensions</a>&nbsp;&nbsp; + <a href="#M000283">sectors_in_track</a>&nbsp;&nbsp; + <a href="#M000284">track_count</a>&nbsp;&nbsp; + </div> + </div> + + </div> + + + <!-- if includes --> + + <div id="section"> + + + + + + + + + <!-- if method_list --> + <div id="methods"> + <h3 class="section-bar">Public Class methods</h3> + + <div id="method-M000282" class="method-detail"> + <a name="M000282"></a> + + <div class="method-heading"> + <a href="JvcDsk.src/M000282.html" target="Code" class="method-signature" + onclick="popupCode('JvcDsk.src/M000282.html');return false;"> + <span class="method-name">host_system</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000281" class="method-detail"> + <a name="M000281"></a> + + <div class="method-heading"> + <a href="JvcDsk.src/M000281.html" target="Code" class="method-signature" + onclick="popupCode('JvcDsk.src/M000281.html');return false;"> + <span class="method-name">new</span><span class="method-args">(file_bytes)</span> + </a> + </div> + + <div class="method-description"> + <p> +JVC format has a variable length header, and a variable number of tracks, +with a variable number of sectors, with a variable length. +</p> + </div> + </div> + + <div id="method-M000280" class="method-detail"> + <a name="M000280"></a> + + <div class="method-heading"> + <a href="JvcDsk.src/M000280.html" target="Code" class="method-signature" + onclick="popupCode('JvcDsk.src/M000280.html');return false;"> + <span class="method-name">possible_extensions</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <h3 class="section-bar">Public Instance methods</h3> + + <div id="method-M000285" class="method-detail"> + <a name="M000285"></a> + + <div class="method-heading"> + <a href="JvcDsk.src/M000285.html" target="Code" class="method-signature" + onclick="popupCode('JvcDsk.src/M000285.html');return false;"> + <span class="method-name">get_sector</span><span class="method-args">(track,sector)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000283" class="method-detail"> + <a name="M000283"></a> + + <div class="method-heading"> + <a href="JvcDsk.src/M000283.html" target="Code" class="method-signature" + onclick="popupCode('JvcDsk.src/M000283.html');return false;"> + <span class="method-name">sectors_in_track</span><span class="method-args">(track_no)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000284" class="method-detail"> + <a name="M000284"></a> + + <div class="method-heading"> + <a href="JvcDsk.src/M000284.html" target="Code" class="method-signature" + onclick="popupCode('JvcDsk.src/M000284.html');return false;"> + <span class="method-name">track_count</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + <p> +how many tracks could be interpreted by this image format? +</p> + </div> + </div> + + + </div> + + + </div> + + +<div id="validator-badges"> + <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> +</div> + +</body> </html> \ No newline at end of file