First commit
This commit is contained in:
44
hGameTest/node_modules/openfl/docs/pages/haxe/io/Bytes.html
generated
vendored
Normal file
44
hGameTest/node_modules/openfl/docs/pages/haxe/io/Bytes.html
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.Bytes - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Bytes</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="length"></a><h3><p><code><span class="label">read only</span><a href="../../haxe/io/Bytes.html#length"><span class="identifier">length</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="blit"></a><h3><p><code><a href="#blit"><span class="identifier">blit</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">src:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a>,</span> <span style="white-space:nowrap">srcpos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="compare"></a><h3><p><code><a href="#compare"><span class="identifier">compare</span></a> (<span style="white-space:nowrap">other:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="fill"></a><h3><p><code><a href="#fill"><span class="identifier">fill</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="get"></a><h3><p><code><span class="label">inline</span> <a href="#get"><span class="identifier">get</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getData"></a><h3><p><code><span class="label">inline</span> <a href="#getData"><span class="identifier">getData</span></a> ():<a class="type" title="" href="../../haxe/io/BytesData.html">BytesData</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getDouble"></a><h3><p><code><a href="#getDouble"><span class="identifier">getDouble</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Returns the IEEE double precision value at given position (in low endian encoding).
|
||||
Result is unspecified if reading outside of the bounds</p></div></div><div class="field "><a name="getFloat"></a><h3><p><code><a href="#getFloat"><span class="identifier">getFloat</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Returns the IEEE single precision value at given position (in low endian encoding).
|
||||
Result is unspecified if reading outside of the bounds</p></div></div><div class="field "><a name="getInt32"></a><h3><p><code><a href="#getInt32"><span class="identifier">getInt32</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns the 32 bit integer at given position (in low endian encoding).</p></div></div><div class="field "><a name="getInt64"></a><h3><p><code><a href="#getInt64"><span class="identifier">getInt64</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="A cross-platform signed 64-bit integer." href="../../haxe/Int64.html">Int64</a></code></p></h3><div class="doc"><p>Returns the 64 bit integer at given position (in low endian encoding).</p></div></div><div class="field "><a name="getString"></a><h3><p><code><a href="#getString"><span class="identifier">getString</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getUInt16"></a><h3><p><code><a href="#getUInt16"><span class="identifier">getUInt16</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns the 16 bit unsigned integer at given position (in low endian encoding).</p></div></div><div class="field "><a name="readString"></a><h3><p><code><span class="label">inline</span> <a href="#readString"><span class="identifier">readString</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="set"></a><h3><p><code><span class="label">inline</span> <a href="#set"><span class="identifier">set</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">v:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setDouble"></a><h3><p><code><a href="#setDouble"><span class="identifier">setDouble</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">v:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Store the IEEE double precision value at given position in low endian encoding.
|
||||
Result is unspecified if writing outside of the bounds.</p></div></div><div class="field "><a name="setFloat"></a><h3><p><code><a href="#setFloat"><span class="identifier">setFloat</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">v:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Store the IEEE single precision value at given position in low endian encoding.
|
||||
Result is unspecified if writing outside of the bounds.</p></div></div><div class="field "><a name="setInt32"></a><h3><p><code><a href="#setInt32"><span class="identifier">setInt32</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">v:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Store the 32 bit integer at given position (in low endian encoding).</p></div></div><div class="field "><a name="setInt64"></a><h3><p><code><a href="#setInt64"><span class="identifier">setInt64</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">v:<a class="type" title="A cross-platform signed 64-bit integer." href="../../haxe/Int64.html">Int64</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Store the 64 bit integer at given position (in low endian encoding).</p></div></div><div class="field "><a name="setUInt16"></a><h3><p><code><a href="#setUInt16"><span class="identifier">setUInt16</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">v:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Store the 16 bit unsigned integer at given position (in low endian encoding).</p></div></div><div class="field "><a name="sub"></a><h3><p><code><a href="#sub"><span class="identifier">sub</span></a> (<span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="toHex"></a><h3><p><code><a href="#toHex"><span class="identifier">toHex</span></a> ():<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="toString"></a><h3><p><code><a href="#toString"><span class="identifier">toString</span></a> ():<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="alloc"></a><h3><p><code><span class="label">static</span><a href="#alloc"><span class="identifier">alloc</span></a> (<span style="white-space:nowrap">length:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="fastGet"></a><h3><p><code><span class="label">static</span><span class="label">inline</span> <a href="#fastGet"><span class="identifier">fastGet</span></a> (<span style="white-space:nowrap">b:<a class="type" title="" href="../../haxe/io/BytesData.html">BytesData</a>,</span> <span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Read the most efficiently possible the n-th byte of the data.
|
||||
Behavior when reading outside of the available data is unspecified.</p></div></div><div class="field "><a name="ofData"></a><h3><p><code><span class="label">static</span><a href="#ofData"><span class="identifier">ofData</span></a> (<span style="white-space:nowrap">b:<a class="type" title="" href="../../haxe/io/BytesData.html">BytesData</a></span>):<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ofString"></a><h3><p><code><span class="label">static</span><a href="#ofString"><span class="identifier">ofString</span></a> (<span style="white-space:nowrap">s:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
40
hGameTest/node_modules/openfl/docs/pages/haxe/io/BytesBuffer.html
generated
vendored
Normal file
40
hGameTest/node_modules/openfl/docs/pages/haxe/io/BytesBuffer.html
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.BytesBuffer - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> BytesBuffer</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> ()</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="length"></a><h3><p><code><span class="label">read only</span><span class="label">write only</span><a href="../../haxe/io/BytesBuffer.html#length"><span class="identifier">length</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>The length of the buffer in bytes.</p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="getBytes"></a><h3><p><code><a href="#getBytes"><span class="identifier">getBytes</span></a> ():<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><div class="doc"><p>Returns either a copy or a reference of the current bytes.
|
||||
Once called, the buffer can no longer be used.</p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
39
hGameTest/node_modules/openfl/docs/pages/haxe/io/BytesData.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/haxe/io/BytesData.html
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.BytesData - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>typedef</small> BytesData</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4><h4><small>alias for <a class="type" title="" href="../../neko/NativeString.html">NativeString</a></small></h4><p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
48
hGameTest/node_modules/openfl/docs/pages/haxe/io/BytesOutput.html
generated
vendored
Normal file
48
hGameTest/node_modules/openfl/docs/pages/haxe/io/BytesOutput.html
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.BytesOutput - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> BytesOutput</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4><h4><small>extends <a class="type" title="An Output is an abstract write." href="../../haxe/io/Output.html">Output</a></small></h4> <p class="availability"><hr/><em>Available on Neko, macOS, Linux, Windows</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> ()</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="length"></a><h3><p><code><span class="label">read only</span><span class="label">write only</span><a href="../../haxe/io/BytesOutput.html#length"><span class="identifier">length</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>The length of the stream in bytes.</p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="getBytes"></a><h3><p><code><a href="#getBytes"><span class="identifier">getBytes</span></a> ():<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><div class="doc"><p>Returns the <code><a href="../../haxe/io/Bytes.html">Bytes</a></code> of this output.</p>
|
||||
<p>This function should not be called more than once on a given
|
||||
<code><a href="../../haxe/io/BytesOutput.html">BytesOutput</a></code> instance.</p></div></div></div> <div class="inherited-fields well"><h3 class="section">Inherited Variables</h3><div class="fields"><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="An Output is an abstract write." href="../../haxe/io/Output.html">Output</a></h4><div style="display:none"><div class="field "><a name="bigEndian"></a><h3><p><code><a href="../../haxe/io/Output.html#bigEndian"><span class="identifier">bigEndian</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Endianness (word byte order) used when writing numbers.</p>
|
||||
<p>If <code>true</code>, big-endian is used, otherwise <code>little-endian</code> is used.</p></div></div></div></div><h3 class="section">Inherited Methods</h3><div class="fields"><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="An Output is an abstract write." href="../../haxe/io/Output.html">Output</a></h4><div style="display:none"><div class="field "><a name="close"></a><h3><p><code><a href="#close"><span class="identifier">close</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Close the output.</p>
|
||||
<p>Behaviour while writing after calling this method is unspecified.</p></div></div><div class="field "><a name="write"></a><h3><p><code><a href="#write"><span class="identifier">write</span></a> (<span style="white-space:nowrap">s:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write all bytes stored in <code>s</code>.</p></div></div><div class="field "><a name="writeFullBytes"></a><h3><p><code><a href="#writeFullBytes"><span class="identifier">writeFullBytes</span></a> (<span style="white-space:nowrap">s:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a>,</span> <span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>len</code> bytes from <code>s</code> starting by position specified by <code>pos</code>.</p>
|
||||
<p>Unlike <code>writeBytes</code>, this method tries to write the exact <code>len</code> amount of bytes.</p></div></div><div class="field "><a name="writeInput"></a><h3><p><code><a href="#writeInput"><span class="identifier">writeInput</span></a> (<span style="white-space:nowrap">i:<a class="type" title="An Input is an abstract reader." href="../../haxe/io/Input.html">Input</a>,</span> <span style="white-space:nowrap">?bufsize:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Read all available data from <code>i</code> and write it.</p>
|
||||
<p>The <code>bufsize</code> optional argument specifies the size of chunks by
|
||||
which data is read and written. Its default value is 4096.</p></div></div><div class="field "><a name="writeInt32"></a><h3><p><code><a href="#writeInt32"><span class="identifier">writeInt32</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>x</code> as 32-bit signed integer.</p>
|
||||
<p>Endianness is specified by the <code>bigEndian</code> property.</p></div></div><div class="field "><a name="writeString"></a><h3><p><code><a href="#writeString"><span class="identifier">writeString</span></a> (<span style="white-space:nowrap">s:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>s</code> string.</p></div></div><div class="field "><a name="writeUInt16"></a><h3><p><code><a href="#writeUInt16"><span class="identifier">writeUInt16</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>x</code> as 16-bit unsigned integer.</p>
|
||||
<p>Endianness is specified by the <code>bigEndian</code> property.</p></div></div></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
39
hGameTest/node_modules/openfl/docs/pages/haxe/io/Eof.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/haxe/io/Eof.html
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.Eof - API Reference</title><meta name="description" content="This exception is raised when reading while data is no longer available in the <code><a href="../../haxe/io/Input.html">haxe.io.Input</a></code>."/></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Eof</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>This exception is raised when reading while data is no longer available in the <code><a href="../../haxe/io/Input.html">haxe.io.Input</a></code>.</p></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> ()</code></p></h3><p class="availability"><em>Available on Neko, Android, iOS, macOS, Linux, Windows</em></p><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
39
hGameTest/node_modules/openfl/docs/pages/haxe/io/Error.html
generated
vendored
Normal file
39
hGameTest/node_modules/openfl/docs/pages/haxe/io/Error.html
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.Error - API Reference</title><meta name="description" content="The possible IO errors that can occur"/></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>enum</small> Error</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4><p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>The possible IO errors that can occur</p></div></div><h3 class="section">Values</h3><div class="fields"><div class="field"><h3><code><a name="Blocked" href="#Blocked"><span class="identifier">Blocked</span></a></code></h3><div class="doc"><p>The IO is set into nonblocking mode and some data cannot be read or written</p></div></div><div class="field"><h3><code><a name="Overflow" href="#Overflow"><span class="identifier">Overflow</span></a></code></h3><div class="doc"><p>An integer value is outside its allowed range</p></div></div><div class="field"><h3><code><a name="OutsideBounds" href="#OutsideBounds"><span class="identifier">OutsideBounds</span></a></code></h3><div class="doc"><p>An operation on Bytes is outside of its valid range</p></div></div><div class="field"><h3><code><a name="Custom" href="#Custom"><span class="identifier">Custom</span></a>(e:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>)</code></h3><div class="doc"><p>Other errors</p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
43
hGameTest/node_modules/openfl/docs/pages/haxe/io/FPHelper.html
generated
vendored
Normal file
43
hGameTest/node_modules/openfl/docs/pages/haxe/io/FPHelper.html
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.FPHelper - API Reference</title><meta name="description" content="Helper that converts between floating point and binary representation.
|
||||
Always works in low-endian encoding."/></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> FPHelper</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>Helper that converts between floating point and binary representation.
|
||||
Always works in low-endian encoding.</p></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="doubleToI64"></a><h3><p><code><span class="label">static</span><a href="#doubleToI64"><span class="identifier">doubleToI64</span></a> (<span style="white-space:nowrap">v:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="A cross-platform signed 64-bit integer." href="../../haxe/Int64.html">Int64</a></code></p></h3><div class="doc"><p>Returns an Int64 representing the bytes representation of the double precision IEEE float value.
|
||||
WARNING : for performance reason, the same Int64 value might be reused every time. Copy its low/high values before calling again.
|
||||
We still ensure that this is safe to use in a multithread environment</p></div></div><div class="field "><a name="floatToI32"></a><h3><p><code><span class="label">static</span><a href="#floatToI32"><span class="identifier">floatToI32</span></a> (<span style="white-space:nowrap">f:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="i32ToFloat"></a><h3><p><code><span class="label">static</span><a href="#i32ToFloat"><span class="identifier">i32ToFloat</span></a> (<span style="white-space:nowrap">i:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="i64ToDouble"></a><h3><p><code><span class="label">static</span><a href="#i64ToDouble"><span class="identifier">i64ToDouble</span></a> (<span style="white-space:nowrap">low:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">high:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p></p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
49
hGameTest/node_modules/openfl/docs/pages/haxe/io/Input.html
generated
vendored
Normal file
49
hGameTest/node_modules/openfl/docs/pages/haxe/io/Input.html
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.Input - API Reference</title><meta name="description" content="An Input is an abstract reader. See other classes in the <code>haxe.io</code> package
|
||||
for several possible implementations."/></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Input</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <h4><small><span class="muted">extended by </span><a class="type" title="Use sys." href="../../sys/io/FileInput.html">FileInput</a></small></h4><p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>An Input is an abstract reader. See other classes in the <code>haxe.io</code> package
|
||||
for several possible implementations.</p>
|
||||
<p>All functions which read data throw <code><a href="../../haxe/io/Eof.html">Eof</a></code> when the end of the stream
|
||||
is reached.</p></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="close"></a><h3><p><code><a href="#close"><span class="identifier">close</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, Android, iOS, macOS, Linux, Windows</em></p><div class="doc"><p>Close the input source.</p>
|
||||
<p>Behaviour while reading after calling this method is unspecified.</p></div></div><div class="field "><a name="readAll"></a><h3><p><code><a href="#readAll"><span class="identifier">readAll</span></a> (<span style="white-space:nowrap">?bufsize:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Read and return all available data.</p>
|
||||
<p>The <code>bufsize</code> optional argument specifies the size of chunks by
|
||||
which data is read. Its default value is target-specific.</p></div></div><div class="field "><a name="readByte"></a><h3><p><code><a href="#readByte"><span class="identifier">readByte</span></a> ():<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><p class="availability"><em>Available on Neko, Android, iOS, macOS, Linux, Windows</em></p><div class="doc"><p>Read and return one byte.</p></div></div><div class="field "><a name="readBytes"></a><h3><p><code><a href="#readBytes"><span class="identifier">readBytes</span></a> (<span style="white-space:nowrap">s:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a>,</span> <span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Read <code>len</code> bytes and write them into <code>s</code> to the position specified by <code>pos</code>.</p>
|
||||
<p>Returns the actual length of read data that can be smaller than <code>len</code>.</p>
|
||||
<p>See <code>readFullBytes</code> that tries to read the exact amount of specified bytes.</p></div></div><div class="field "><a name="readLine"></a><h3><p><code><a href="#readLine"><span class="identifier">readLine</span></a> ():<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, Android, iOS, macOS, Linux, Windows</em></p><div class="doc"><p>Read a line of text separated by CR and/or LF bytes.</p>
|
||||
<p>The CR/LF characters are not included in the resulting string.</p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
54
hGameTest/node_modules/openfl/docs/pages/haxe/io/Output.html
generated
vendored
Normal file
54
hGameTest/node_modules/openfl/docs/pages/haxe/io/Output.html
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.Output - API Reference</title><meta name="description" content="An Output is an abstract write. A specific output implementation will only
|
||||
have to override the <code>writeByte</code> and maybe the <code>write</code>, <code>flush</code> and <code>close</code>
|
||||
methods. See <code><a href="../../sys/io/File.html#write">File.write</a></code> and <code><a href="../../String.html#write">String.write</a></code> for two ways of creating an
|
||||
Output."/></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Output</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <h4><small><span class="muted">extended by </span><a class="type" title="" href="../../haxe/io/BytesOutput.html">BytesOutput</a>, <a class="type" title="Use sys." href="../../sys/io/FileOutput.html">FileOutput</a></small></h4><p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>An Output is an abstract write. A specific output implementation will only
|
||||
have to override the <code>writeByte</code> and maybe the <code>write</code>, <code>flush</code> and <code>close</code>
|
||||
methods. See <code><a href="../../sys/io/File.html#write">File.write</a></code> and <code><a href="../../String.html#write">String.write</a></code> for two ways of creating an
|
||||
Output.</p></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="bigEndian"></a><h3><p><code><a href="../../haxe/io/Output.html#bigEndian"><span class="identifier">bigEndian</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Endianness (word byte order) used when writing numbers.</p>
|
||||
<p>If <code>true</code>, big-endian is used, otherwise <code>little-endian</code> is used.</p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="close"></a><h3><p><code><a href="#close"><span class="identifier">close</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Close the output.</p>
|
||||
<p>Behaviour while writing after calling this method is unspecified.</p></div></div><div class="field "><a name="write"></a><h3><p><code><a href="#write"><span class="identifier">write</span></a> (<span style="white-space:nowrap">s:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write all bytes stored in <code>s</code>.</p></div></div><div class="field "><a name="writeByte"></a><h3><p><code><a href="#writeByte"><span class="identifier">writeByte</span></a> (<span style="white-space:nowrap">c:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write one byte.</p></div></div><div class="field "><a name="writeBytes"></a><h3><p><code><a href="#writeBytes"><span class="identifier">writeBytes</span></a> (<span style="white-space:nowrap">s:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a>,</span> <span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>len</code> bytes from <code>s</code> starting by position specified by <code>pos</code>.</p>
|
||||
<p>Returns the actual length of written data that can differ from <code>len</code>.</p>
|
||||
<p>See <code>writeFullBytes</code> that tries to write the exact amount of specified bytes.</p></div></div><div class="field "><a name="writeFullBytes"></a><h3><p><code><a href="#writeFullBytes"><span class="identifier">writeFullBytes</span></a> (<span style="white-space:nowrap">s:<a class="type" title="" href="../../haxe/io/Bytes.html">Bytes</a>,</span> <span style="white-space:nowrap">pos:<a class="type" title="The standard Int type." href="../../Int.html">Int</a>,</span> <span style="white-space:nowrap">len:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>len</code> bytes from <code>s</code> starting by position specified by <code>pos</code>.</p>
|
||||
<p>Unlike <code>writeBytes</code>, this method tries to write the exact <code>len</code> amount of bytes.</p></div></div><div class="field "><a name="writeInput"></a><h3><p><code><a href="#writeInput"><span class="identifier">writeInput</span></a> (<span style="white-space:nowrap">i:<a class="type" title="An Input is an abstract reader." href="../../haxe/io/Input.html">Input</a>,</span> <span style="white-space:nowrap">?bufsize:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Read all available data from <code>i</code> and write it.</p>
|
||||
<p>The <code>bufsize</code> optional argument specifies the size of chunks by
|
||||
which data is read and written. Its default value is 4096.</p></div></div><div class="field "><a name="writeInt32"></a><h3><p><code><a href="#writeInt32"><span class="identifier">writeInt32</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>x</code> as 32-bit signed integer.</p>
|
||||
<p>Endianness is specified by the <code>bigEndian</code> property.</p></div></div><div class="field "><a name="writeString"></a><h3><p><code><a href="#writeString"><span class="identifier">writeString</span></a> (<span style="white-space:nowrap">s:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>s</code> string.</p></div></div><div class="field "><a name="writeUInt16"></a><h3><p><code><a href="#writeUInt16"><span class="identifier">writeUInt16</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Write <code>x</code> as 16-bit unsigned integer.</p>
|
||||
<p>Endianness is specified by the <code>bigEndian</code> property.</p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
80
hGameTest/node_modules/openfl/docs/pages/haxe/io/Path.html
generated
vendored
Normal file
80
hGameTest/node_modules/openfl/docs/pages/haxe/io/Path.html
generated
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io.Path - API Reference</title><meta name="description" content="This class provides a convenient way of working with paths. It supports the
|
||||
common path formats:"/></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> Path</h1><h4><small>package <a href="../../haxe/io/index.html">haxe.io</a></small></h4> <p class="availability"><hr/><em>Available on all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>This class provides a convenient way of working with paths. It supports the
|
||||
common path formats:</p><ul><li>directory1/directory2/filename.extension</li><li>directory1\directory2\filename.extension</li></ul></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>)</code></p></h3><div class="doc"><p>Creates a new Path instance by parsing <code>path</code>.</p>
|
||||
<p>Path information can be retrieved by accessing the dir, file and ext
|
||||
properties.</p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="backslash"></a><h3><p><code><a href="../../haxe/io/Path.html#backslash"><span class="identifier">backslash</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>True if the last directory separator is a backslash, false otherwise.</p></div></div><div class="field "><a name="dir"></a><h3><p><code><a href="../../haxe/io/Path.html#dir"><span class="identifier">dir</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>The directory.</p>
|
||||
<p>This is the leading part of the path that is not part of the file name
|
||||
and the extension.</p>
|
||||
<p>Does not end with a <code>/</code> or <code>\</code> separator.</p>
|
||||
<p>If the path has no directory, the value is null.</p></div></div><div class="field "><a name="ext"></a><h3><p><code><a href="../../haxe/io/Path.html#ext"><span class="identifier">ext</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>The file extension.</p>
|
||||
<p>It is separated from the file name by a dot. This dot is not part of
|
||||
the extension.</p>
|
||||
<p>If the path has no extension, the value is null.</p></div></div><div class="field "><a name="file"></a><h3><p><code><a href="../../haxe/io/Path.html#file"><span class="identifier">file</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>The file name.</p>
|
||||
<p>This is the part of the part between the directory and the extension.</p>
|
||||
<p>If there is no file name, e.g. for ".htaccess" or "/dir/", the value
|
||||
is the empty String "".</p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="toString"></a><h3><p><code><a href="#toString"><span class="identifier">toString</span></a> ():<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, Android, iOS, macOS, Linux, HTML5, Windows</em></p><div class="doc"><p>Returns a String representation of <code>this</code> path.</p>
|
||||
<p>If <code>this.<a href="#backslash">backslash</a></code> is true, backslash is used as directory separator,
|
||||
otherwise slash is used. This only affects the separator between
|
||||
<code>this.<a href="#dir">dir</a></code> and <code>this.<a href="#file">file</a></code>.</p>
|
||||
<p>If <code>this.<a href="#directory">directory</a></code> or <code>this.<a href="#extension">extension</a></code> is null, their representation
|
||||
is the empty String "".</p></div></div></div><h3 class="section">Static methods</h3><div class="fields"><div class="field "><a name="addTrailingSlash"></a><h3><p><code><span class="label">static</span><a href="#addTrailingSlash"><span class="identifier">addTrailingSlash</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Adds a trailing slash to <code>path</code>, if it does not have one already.</p>
|
||||
<p>If the last slash in <code>path</code> is a backslash, a backslash is appended to
|
||||
<code>path</code>.</p>
|
||||
<p>If the last slash in <code>path</code> is a slash, or if no slash is found, a slash
|
||||
is appended to <code>path</code>. In particular, this applies to the empty String
|
||||
<code>""</code>.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="directory"></a><h3><p><code><span class="label">static</span><a href="#directory"><span class="identifier">directory</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns the directory of <code>path</code>.</p>
|
||||
<p>If the directory is null, the empty String <code>""</code> is returned.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="extension"></a><h3><p><code><span class="label">static</span><a href="#extension"><span class="identifier">extension</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, Flash, macOS, Linux, Windows</em></p><div class="doc"><p>Returns the extension of <code>path</code>.</p>
|
||||
<p>If the extension is null, the empty String <code>""</code> is returned.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="isAbsolute"></a><h3><p><code><span class="label">static</span><a href="#isAbsolute"><span class="identifier">isAbsolute</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Returns true if the path is an absolute path, and false otherwise.</p></div></div><div class="field "><a name="join"></a><h3><p><code><span class="label">static</span><a href="#join"><span class="identifier">join</span></a> (<span style="white-space:nowrap">paths:<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Joins all paths in <code>paths</code> together.</p>
|
||||
<p>If <code>paths</code> is empty, the empty String <code>""</code> is returned. Otherwise the
|
||||
paths are joined with a slash between them.</p>
|
||||
<p>If <code>paths</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="normalize"></a><h3><p><code><span class="label">static</span><a href="#normalize"><span class="identifier">normalize</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Normalize a given <code>path</code> (e.g. make '/usr/local/../lib' to '/usr/lib').</p>
|
||||
<p>Also replaces backslashes \ with slashes / and afterwards turns
|
||||
multiple slashes into a single one.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="removeTrailingSlashes"></a><h3><p><code><span class="label">static</span><a href="#removeTrailingSlashes"><span class="identifier">removeTrailingSlashes</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Removes trailing slashes from <code>path</code>.</p>
|
||||
<p>If <code>path</code> does not end with a <code>/</code> or <code>\</code>, <code>path</code> is returned unchanged.</p>
|
||||
<p>Otherwise the substring of <code>path</code> excluding the trailing slashes or
|
||||
backslashes is returned.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="withoutDirectory"></a><h3><p><code><span class="label">static</span><a href="#withoutDirectory"><span class="identifier">withoutDirectory</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, Android, iOS, macOS, Linux, HTML5, Windows</em></p><div class="doc"><p>Returns the String representation of <code>path</code> without the directory.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div><div class="field "><a name="withoutExtension"></a><h3><p><code><span class="label">static</span><a href="#withoutExtension"><span class="identifier">withoutExtension</span></a> (<span style="white-space:nowrap">path:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><p class="availability"><em>Available on Neko, macOS, Linux, Windows</em></p><div class="doc"><p>Returns the String representation of <code>path</code> without the file extension.</p>
|
||||
<p>If <code>path</code> is null, the result is unspecified.</p></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
78
hGameTest/node_modules/openfl/docs/pages/haxe/io/index.html
generated
vendored
Normal file
78
hGameTest/node_modules/openfl/docs/pages/haxe/io/index.html
generated
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><!-- use theme color or fallback -->
|
||||
<!--use textcolor from settings, otherwise create a contrasting color to theme color-->
|
||||
<head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>haxe.io - API Reference</title></head><body><style>
|
||||
a, code .type {
|
||||
color: #24afc4;
|
||||
}
|
||||
.navbar .brand {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
|
||||
background: #24afc4;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 0 0 transparent;
|
||||
}
|
||||
.navbar .container {
|
||||
width: 940px ;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.navbar .container {
|
||||
width: 724px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .container {
|
||||
width: 1170px;
|
||||
}
|
||||
}
|
||||
.navbar .container img {
|
||||
margin: 5px 0 0 4px;
|
||||
}
|
||||
</style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><h1>haxe.io </h1><!--
|
||||
::if full == ""::
|
||||
<h1>Haxe API documentation <small ::cond api.isDefined("version")::>version ::api.getValue('version')::</small></h1>
|
||||
<p>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.</p>
|
||||
<h3>Getting Started With Haxe</h3>
|
||||
<ul>
|
||||
<li>Take a look at our <a href="http://haxe.org/documentation/introduction/">introduction</a></li>
|
||||
<li>Read through the <a href="http://haxe.org/manual/">Haxe Manual</a></li>
|
||||
<li>Look at these <a href="http://haxe.org/use-cases/">use cases for Haxe</a></li>
|
||||
<li>Find and install <a href="http://lib.haxe.org/t/all/">popular Haxe libraries</a></li>
|
||||
<li>Learn by example with the <a href="http://code.haxe.org">Haxe Code Cookbook</a></li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<h3>Top Level</h3>
|
||||
::elseif full.split(".").length==1::
|
||||
<h1>Haxe/::full:: API documentation</h1>
|
||||
<p>To get started with the Haxe ::full:: target:</p>
|
||||
<ul>
|
||||
<li>Read through the <a href="http://haxe.org/manual/">Haxe Manual</a></li>
|
||||
<li ::cond full=="js"::>Read the <a href="http://haxe.org/manual/target-javascript.html">Haxe/JavaScript target details</a></li>
|
||||
<li ::cond full=="flash"::>Read the <a href="http://haxe.org/manual/target-flash.html">Haxe/Flash target details</a></li>
|
||||
<li ::cond full=="php"::>Read the <a href="http://haxe.org/manual/target-php.html">Haxe/PHP target details</a></li>
|
||||
<li ::cond full=="cpp"::>Read the <a href="http://haxe.org/manual/target-cpp.html">Haxe/C++ target details</a></li>
|
||||
<li ::cond full=="neko"::>Read the <a href="http://nekovm.org/doc">Neko documentation</a></li>
|
||||
<li>Find and install <a href="http://lib.haxe.org/t/::full::/">popular Haxe/::full:: libraries</a></li>
|
||||
<li>Learn by example with the <a href="http://code.haxe.org">Haxe Code Cookbook</a></li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<h1><small class="directive">package</small> ::full::</h1>
|
||||
::else::
|
||||
<h1><small class="directive">package</small> ::full::</h1>
|
||||
::end::
|
||||
-->
|
||||
<table class="table table-condensed"><tbody><tr><th width="200"><i class="fa fa-folder-o"></i><a href="../index.html" title="haxe">..</a></th><td></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/Bytes.html" title="haxe.io.Bytes">Bytes</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/BytesBuffer.html" title="haxe.io.BytesBuffer">BytesBuffer</a></td><td><p></p></td></tr><tr class="type"><td width="200"><a href="../../haxe/io/BytesData.html" title="haxe.io.BytesData">BytesData</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/BytesOutput.html" title="haxe.io.BytesOutput">BytesOutput</a></td><td><p></p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/Eof.html" title="haxe.io.Eof">Eof</a></td><td><p>This exception is raised when reading while data is no longer available in the <code><a href="../../haxe/io/Input.html">haxe.io.Input</a></code>.</p></td></tr><tr class="enum"><td width="200"><a href="../../haxe/io/Error.html" title="haxe.io.Error">Error</a></td><td><p>The possible IO errors that can occur</p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/FPHelper.html" title="haxe.io.FPHelper">FPHelper</a></td><td><p>Helper that converts between floating point and binary representation.
|
||||
Always works in low-endian encoding.</p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/Input.html" title="haxe.io.Input">Input</a></td><td><p>An Input is an abstract reader. See other classes in the <code>haxe.io</code> package
|
||||
for several possible implementations.</p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/Output.html" title="haxe.io.Output">Output</a></td><td><p>An Output is an abstract write. A specific output implementation will only
|
||||
have to override the <code>writeByte</code> and maybe the <code>write</code>, <code>flush</code> and <code>close</code>
|
||||
methods. See <code><a href="../../sys/io/File.html#write">File.write</a></code> and <code><a href="../../String.html#write">String.write</a></code> for two ways of creating an
|
||||
Output.</p></td></tr><tr class="class"><td width="200"><a href="../../haxe/io/Path.html" title="haxe.io.Path">Path</a></td><td><p>This class provides a convenient way of working with paths. It supports the
|
||||
common path formats:</p></td></tr></tbody></table></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017 <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html>
|
||||
Reference in New Issue
Block a user