W3cubDocs

/Haxe HashLink

BytesAccess<T>

package hl

from Bytes to Bytes

Available on hl

Variables

@:impl read only nullValue:T

@:impl read only sizeBits:Int

Methods

@:impl @:extern inline blit (this:BytesAccess<T>, pos:Int, src:BytesAccess<T>, srcPos:Int):Void

@:has_untyped @:impl @:extern @:arrayAccess inline get (this:BytesAccess<T>):T

@:has_untyped @:impl @:extern @:arrayAccess inline set (this:BytesAccess<T>, pos:Int):T

Static variables

@:impl static read only nullValue:T

@:impl static read only sizeBits:Int

Static methods

@:impl @:extern static inline blit (this:BytesAccess<T>, pos:Int, src:BytesAccess<T>, srcPos:Int):Void

@:has_untyped @:impl @:extern @:arrayAccess static inline get (this:BytesAccess<T>):T

@:has_untyped @:impl @:extern @:arrayAccess static inline set (this:BytesAccess<T>, pos:Int):T

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/hl/BytesAccess.html