toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography
/
BinarySize
Binary
Size
@
JvmInline
value
class
BinarySize
:
Comparable
<
BinarySize
>
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
in
Bits
Link copied to clipboard
val
inBits
:
Int
in
Bytes
Link copied to clipboard
val
inBytes
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
BinarySize
)
:
Int
div
Link copied to clipboard
operator
fun
div
(
other
:
Int
)
:
BinarySize
minus
Link copied to clipboard
operator
fun
minus
(
other
:
BinarySize
)
:
BinarySize
plus
Link copied to clipboard
operator
fun
plus
(
other
:
BinarySize
)
:
BinarySize
rem
Link copied to clipboard
operator
fun
rem
(
other
:
Int
)
:
BinarySize
times
Link copied to clipboard
operator
fun
times
(
other
:
Int
)
:
BinarySize
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String