-
- All Implemented Interfaces:
public final class Int128Kt
-
-
Method Summary
Modifier and Type Method Description final static Int128toInt128(ByteArray $self)Converts ByteArray into Int128 final static Int128toInt128(Byte $self)Converts Int8 (Byte) to Int128 final static Int128toInt128(Short $self)Converts Int16 (Short) to Int128 final static Int128toInt128(Integer $self)Converts Int32 (Int) to Int128 final static Int128toInt128(Long $self)Converts Int64 (Long) to Int128 final static ByteArraytoByteArray(Int128 $self)Converts Int128 to ByteArray -
-
Method Detail
-
toByteArray
final static ByteArray toByteArray(Int128 $self)
-
-
-
-