Sha256: 62d9ac52234643f3d7b0e24b91595a0f056be7f40f72539279f281b00d1a55ec
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_big (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 100</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">read_int16_big</span> <span class="ruby-comment cmt"># swap bytes if native=little (but we want big)</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">Little</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems