Sha256: 82117cd04ae13a43b60c9160dcd44b7a49e24eb6e3f0f0810dda291b663f361a

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 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>read_int16_little (BinaryReader)</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/facet/binaryreader.rb, line 95</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">read_int16_little</span>
    <span class="ruby-comment cmt"># swap bytes if native=big (but we want little)</span>
    <span class="ruby-identifier">ru_swap</span>(<span class="ruby-value">2</span>, <span class="ruby-value str">'s'</span>, <span class="ruby-constant">ByteOrder</span><span class="ruby-operator">::</span><span class="ruby-constant">Big</span>)
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facets-0.7.0 doc/main-rdoc/classes/BinaryReader.src/M000596.html
facets-0.7.1 doc/main-rdoc/classes/BinaryReader.src/M000596.html
facets-0.7.2 doc/main-rdoc/classes/BinaryReader.src/M000608.html