documentation version 1.4.5

This commit is contained in:
Jeremy Long
2017-01-22 17:22:46 -05:00
parent a1b5e3f7b0
commit 615f6e3750
1583 changed files with 55974 additions and 52631 deletions

View File

@@ -76,7 +76,7 @@
<a class="jxr_linenumber" name="L68" href="#L68">68</a> ch = fis.getChannel();
<a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">final</strong> ByteBuffer buf = ByteBuffer.allocateDirect(8192);
<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">int</strong> b = ch.read(buf);
<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">while</strong> ((b != -1) &amp;&amp; (b != 0)) {
<a class="jxr_linenumber" name="L71" href="#L71">71</a> <strong class="jxr_keyword">while</strong> (b != -1 &amp;&amp; b != 0) {
<a class="jxr_linenumber" name="L72" href="#L72">72</a> buf.flip();
<a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">final</strong> byte[] bytes = <strong class="jxr_keyword">new</strong> byte[b];
<a class="jxr_linenumber" name="L74" href="#L74">74</a> buf.get(bytes);
@@ -157,6 +157,6 @@
<a class="jxr_linenumber" name="L149" href="#L149">149</a> }
</pre>
<hr/>
<div id="footer">Copyright &#169; 2012&#x2013;2016 <a href="http://www.owasp.org">OWASP</a>. All rights reserved.</div>
<div id="footer">Copyright &#169; 2012&#x2013;2017 <a href="http://www.owasp.org">OWASP</a>. All rights reserved.</div>
</body>
</html>