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
/
ByteArrayPropertyWithLength
Byte
Array
Property
With
Length
abstract
class
ByteArrayPropertyWithLength
<
T
>
(
name
:
String
)
:
ByteArrayProperty
<
T
>
Inheritors
StringProperty
CachedStringProperty
ClobProperty
BlobProperty
Members
Constructors
Byte
Array
Property
With
Length
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
)