typed-byte-arrays
Toggle table of contents
0.3.7
common
Platform filter
common
Switch theme
Search in API
typed-byte-arrays
typed-byte-arrays
/
nl.astraeus.tba
/
ByteArrayProperty
Byte
Array
Property
abstract
class
ByteArrayProperty
<
T
>
(
val
name
:
String
)
:
ReadWriteProperty
<
TypedByteArray
,
T
>
Inheritors
ByteArrayPropertyWithLength
BooleanProperty
ByteProperty
ShortProperty
ShortPropertyLE
IntProperty
IntPropertyLE
FloatProperty
FloatPropertyLE
LongProperty
LongPropertyLE
DoubleProperty
DoublePropertyLE
Members
Constructors
Byte
Array
Property
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Functions
get
Value
Link copied to clipboard
abstract
operator override
fun
getValue
(
thisRef
:
TypedByteArray
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
abstract
operator
fun
setValue
(
thisRef
:
TypedByteArray
,
property
:
KProperty
<
*
>
,
value
:
T
)