efplayer
1.4.9
efplayer
/
com.github.Vincentvibe3.efplayer.formats
/
Result
Result
data
class
Result
<
T
>
(
bytesRead
:
Long
,
value
:
T
)
Content copied to clipboard
Result of a byte operation
Constructors
Properties
Parameters
Parameters
bytes
Read
The amount of bytes read
value
The value that was read as a
Long
Constructors
Result
Link copied to clipboard
fun
<
T
>
Result
(
bytesRead
:
Long
,
value
:
T
)
Content copied to clipboard
Properties
bytesRead
Link copied to clipboard
val
bytesRead
:
Long
Content copied to clipboard
value
Link copied to clipboard
val
value
:
T
Content copied to clipboard