Skip to content

Commit 7bc1c20

Browse files
committed
import xml doc of development (33fb5c0ab3b08e5e8481f35706b0d2050c4e54cb)
1 parent fd38430 commit 7bc1c20

File tree

7 files changed

+753
-256
lines changed

7 files changed

+753
-256
lines changed

xml/development/cpp.xml

Lines changed: 617 additions & 120 deletions
Large diffs are not rendered by default.

xml/development/flash.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34362,15 +34362,15 @@
3436234362
<haxe_doc>Calculates the Adler32 of the given Bytes.</haxe_doc>
3436334363
</class>
3436434364
<class path="haxe.io.Bytes" params="" file="/home/runner/work/haxe/haxe/std/haxe/io/Bytes.hx">
34365-
<alloc public="1" set="method" line="529" static="1">
34365+
<alloc public="1" set="method" line="494" static="1">
3436634366
<f a="length">
3436734367
<x path="Int"/>
3436834368
<c path="haxe.io.Bytes"/>
3436934369
</f>
3437034370
<haxe_doc>Returns a new `Bytes` instance with the given `length`. The values of the
3437134371
bytes are not initialized and may not be zero.</haxe_doc>
3437234372
</alloc>
34373-
<ofString public="1" set="method" line="558" static="1">
34373+
<ofString public="1" set="method" line="518" static="1">
3437434374
<f a="s:?encoding">
3437534375
<c path="String"/>
3437634376
<e path="haxe.io.Encoding"/>
@@ -34379,14 +34379,14 @@
3437934379
<haxe_doc>Returns the `Bytes` representation of the given `String`, using the
3438034380
specified encoding (UTF-8 by default).</haxe_doc>
3438134381
</ofString>
34382-
<ofData public="1" set="method" line="626" static="1">
34382+
<ofData public="1" set="method" line="582" static="1">
3438334383
<f a="b">
3438434384
<t path="haxe.io.BytesData"/>
3438534385
<c path="haxe.io.Bytes"/>
3438634386
</f>
3438734387
<haxe_doc>Returns the `Bytes` representation of the given `BytesData`.</haxe_doc>
3438834388
</ofData>
34389-
<ofHex public="1" set="method" line="641" static="1">
34389+
<ofHex public="1" set="method" line="597" static="1">
3439034390
<f a="s">
3439134391
<c path="String"/>
3439234392
<c path="haxe.io.Bytes"/>
@@ -34395,7 +34395,7 @@
3439534395
even length consisting only of hexadecimal digits. For example:
3439634396
`"0FDA14058916052309"`.</haxe_doc>
3439734397
</ofHex>
34398-
<fastGet public="1" get="inline" set="null" line="662" static="1">
34398+
<fastGet public="1" get="inline" set="null" line="618" static="1">
3439934399
<f a="b:pos">
3440034400
<t path="haxe.io.BytesData"/>
3440134401
<x path="Int"/>
@@ -34407,22 +34407,22 @@
3440734407
</fastGet>
3440834408
<length public="1" set="null"><x path="Int"/></length>
3440934409
<b><t path="haxe.io.BytesData"/></b>
34410-
<get public="1" get="inline" set="null" line="45">
34410+
<get public="1" get="inline" set="null" line="41">
3441134411
<f a="pos">
3441234412
<x path="Int"/>
3441334413
<x path="Int"/>
3441434414
</f>
3441534415
<haxe_doc>Returns the byte at index `pos`.</haxe_doc>
3441634416
</get>
34417-
<set public="1" get="inline" set="null" line="64">
34417+
<set public="1" get="inline" set="null" line="58">
3441834418
<f a="pos:v">
3441934419
<x path="Int"/>
3442034420
<x path="Int"/>
3442134421
<x path="Void"/>
3442234422
</f>
3442334423
<haxe_doc>Stores the given byte `v` at the given position `pos`.</haxe_doc>
3442434424
</set>
34425-
<blit public="1" set="method" line="88">
34425+
<blit public="1" set="method" line="80">
3442634426
<f a="pos:src:srcpos:len">
3442734427
<x path="Int"/>
3442834428
<c path="haxe.io.Bytes"/>
@@ -34437,7 +34437,7 @@
3443734437
@param srcpos Zero-based location at `src` from which bytes will be copied.
3443834438
@param len Number of bytes to be copied.</haxe_doc>
3443934439
</blit>
34440-
<fill public="1" set="method" line="128">
34440+
<fill public="1" set="method" line="118">
3444134441
<f a="pos:len:value">
3444234442
<x path="Int"/>
3444334443
<x path="Int"/>
@@ -34447,7 +34447,7 @@
3444734447
<haxe_doc>Sets `len` consecutive bytes starting from index `pos` of `this` instance
3444834448
to `value`.</haxe_doc>
3444934449
</fill>
34450-
<sub public="1" set="method" line="151">
34450+
<sub public="1" set="method" line="139">
3445134451
<f a="pos:len">
3445234452
<x path="Int"/>
3445334453
<x path="Int"/>
@@ -34456,7 +34456,7 @@
3445634456
<haxe_doc>Returns a new `Bytes` instance that contains a copy of `len` bytes of
3445734457
`this` instance, starting at index `pos`.</haxe_doc>
3445834458
</sub>
34459-
<compare public="1" set="method" line="186">
34459+
<compare public="1" set="method" line="174">
3446034460
<f a="other">
3446134461
<c path="haxe.io.Bytes"/>
3446234462
<x path="Int"/>
@@ -34472,7 +34472,7 @@
3447234472
value in `other` is greater than the corresponding value in `this`
3447334473
instance; otherwise returns a positive value.</haxe_doc>
3447434474
</compare>
34475-
<getDouble public="1" get="inline" set="null" line="237">
34475+
<getDouble public="1" get="inline" set="null" line="222">
3447634476
<f a="pos">
3447734477
<x path="Int"/>
3447834478
<x path="Float"/>
@@ -34481,7 +34481,7 @@
3448134481
little-endian encoding). Result is unspecified if `pos` is outside the
3448234482
bounds.</haxe_doc>
3448334483
</getDouble>
34484-
<getFloat public="1" get="inline" set="null" line="260">
34484+
<getFloat public="1" get="inline" set="null" line="241">
3448534485
<f a="pos">
3448634486
<x path="Int"/>
3448734487
<x path="Float"/>
@@ -34490,7 +34490,7 @@
3449034490
little-endian encoding). Result is unspecified if `pos` is outside the
3449134491
bounds.</haxe_doc>
3449234492
</getFloat>
34493-
<setDouble public="1" get="inline" set="null" line="283">
34493+
<setDouble public="1" get="inline" set="null" line="260">
3449434494
<f a="pos:v">
3449534495
<x path="Int"/>
3449634496
<x path="Float"/>
@@ -34500,7 +34500,7 @@
3450034500
`pos` in little-endian encoding. Result is unspecified if writing outside
3450134501
of bounds.</haxe_doc>
3450234502
</setDouble>
34503-
<setFloat public="1" get="inline" set="null" line="310">
34503+
<setFloat public="1" get="inline" set="null" line="283">
3450434504
<f a="pos:v">
3450534505
<x path="Int"/>
3450634506
<x path="Float"/>
@@ -34510,15 +34510,15 @@
3451034510
`pos` in little-endian encoding. Result is unspecified if writing outside
3451134511
of bounds.</haxe_doc>
3451234512
</setFloat>
34513-
<getUInt16 public="1" get="inline" set="null" line="331">
34513+
<getUInt16 public="1" get="inline" set="null" line="300">
3451434514
<f a="pos">
3451534515
<x path="Int"/>
3451634516
<x path="Int"/>
3451734517
</f>
3451834518
<haxe_doc>Returns the 16-bit unsigned integer at the given position `pos` (in
3451934519
little-endian encoding).</haxe_doc>
3452034520
</getUInt16>
34521-
<setUInt16 public="1" get="inline" set="null" line="343">
34521+
<setUInt16 public="1" get="inline" set="null" line="312">
3452234522
<f a="pos:v">
3452334523
<x path="Int"/>
3452434524
<x path="Int"/>
@@ -34527,23 +34527,23 @@
3452734527
<haxe_doc>Stores the given 16-bit unsigned integer `v` at the given position `pos`
3452834528
(in little-endian encoding).</haxe_doc>
3452934529
</setUInt16>
34530-
<getInt32 public="1" get="inline" set="null" line="356">
34530+
<getInt32 public="1" get="inline" set="null" line="325">
3453134531
<f a="pos">
3453234532
<x path="Int"/>
3453334533
<x path="Int"/>
3453434534
</f>
3453534535
<haxe_doc>Returns the 32-bit integer at the given position `pos` (in little-endian
3453634536
encoding).</haxe_doc>
3453734537
</getInt32>
34538-
<getInt64 public="1" get="inline" set="null" line="374">
34538+
<getInt64 public="1" get="inline" set="null" line="343">
3453934539
<f a="pos">
3454034540
<x path="Int"/>
3454134541
<x path="haxe.Int64"/>
3454234542
</f>
3454334543
<haxe_doc>Returns the 64-bit integer at the given position `pos` (in little-endian
3454434544
encoding).</haxe_doc>
3454534545
</getInt64>
34546-
<setInt32 public="1" get="inline" set="null" line="382">
34546+
<setInt32 public="1" get="inline" set="null" line="351">
3454734547
<f a="pos:v">
3454834548
<x path="Int"/>
3454934549
<x path="Int"/>
@@ -34552,7 +34552,7 @@
3455234552
<haxe_doc>Stores the given 32-bit integer `v` at the given position `pos` (in
3455334553
little-endian encoding).</haxe_doc>
3455434554
</setInt32>
34555-
<setInt64 public="1" get="inline" set="null" line="397">
34555+
<setInt64 public="1" get="inline" set="null" line="366">
3455634556
<f a="pos:v">
3455734557
<x path="Int"/>
3455834558
<x path="haxe.Int64"/>
@@ -34561,7 +34561,7 @@
3456134561
<haxe_doc>Stores the given 64-bit integer `v` at the given position `pos` (in
3456234562
little-endian encoding).</haxe_doc>
3456334563
</setInt64>
34564-
<getString public="1" set="method" line="406">
34564+
<getString public="1" set="method" line="375">
3456534565
<f a="pos:len:?encoding">
3456634566
<x path="Int"/>
3456734567
<x path="Int"/>
@@ -34571,7 +34571,7 @@
3457134571
<haxe_doc>Returns the `len`-bytes long string stored at the given position `pos`,
3457234572
interpreted with the given `encoding` (UTF-8 by default).</haxe_doc>
3457334573
</getString>
34574-
<readString public="1" get="inline" set="null" line="477">
34574+
<readString public="1" get="inline" set="null" line="442">
3457534575
<f a="pos:len">
3457634576
<x path="Int"/>
3457734577
<x path="Int"/>
@@ -34582,20 +34582,20 @@
3458234582
<m n=":noCompletion"/>
3458334583
</meta>
3458434584
</readString>
34585-
<toString public="1" set="method" line="484">
34585+
<toString public="1" set="method" line="449">
3458634586
<f a=""><c path="String"/></f>
3458734587
<haxe_doc>Returns a `String` representation of the bytes interpreted as UTF-8.</haxe_doc>
3458834588
</toString>
34589-
<toHex public="1" set="method" line="504">
34589+
<toHex public="1" set="method" line="469">
3459034590
<f a=""><c path="String"/></f>
3459134591
<haxe_doc>Returns a hexadecimal `String` representation of the bytes of `this`
3459234592
instance.</haxe_doc>
3459334593
</toHex>
34594-
<getData public="1" get="inline" set="null" line="521">
34594+
<getData public="1" get="inline" set="null" line="486">
3459534595
<f a=""><t path="haxe.io.BytesData"/></f>
3459634596
<haxe_doc>Returns the bytes of `this` instance as `BytesData`.</haxe_doc>
3459734597
</getData>
34598-
<new set="method" line="34"><f a="length:b">
34598+
<new set="method" line="30"><f a="length:b">
3459934599
<x path="Int"/>
3460034600
<t path="haxe.io.BytesData"/>
3460134601
<x path="Void"/>

xml/development/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"commit": "0dbb355f6ec92cf36d0d51b0dd3f6bbc2ac908df",
2+
"commit": "33fb5c0ab3b08e5e8481f35706b0d2050c4e54cb",
33
"branch": "development"
44
}

0 commit comments

Comments
 (0)