Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY] )
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION] )
Link copied to clipboard
Link copied to clipboard
Represents standard data capacity units, providing multiplier values for both the metric (base-10 / SI) and binary (base-2 / IEC) measurement systems.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the Kapacity of this unsigned UByteArray, calculated directly from its size.
Returns the Kapacity of this Collection of bytes, calculated directly from its size.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun Array<Byte>.copyInto(destination: Array<Byte>, destinationOffset: Int = 0, startIndex: Int = 0, kapacity: Kapacity): Array<Byte>
fun Array<UByte>.copyInto(destination: Array<UByte>, destinationOffset: Int = 0, startIndex: Int = 0, kapacity: Kapacity): Array<UByte>
fun ByteArray.copyInto(destination: ByteArray, destinationOffset: Int = 0, startIndex: Int = 0, kapacity: Kapacity): ByteArray
fun UByteArray.copyInto(destination: UByteArray, destinationOffset: Int = 0, startIndex: Int = 0, kapacity: Kapacity): UByteArray
Copies up to the specified kapacity of bytes from this array into the destination array.
Link copied to clipboard
Link copied to clipboard
Allocates a new primitive ByteArray with a size equal to this capacity.
Link copied to clipboard
Allocates a new primitive UByteArray with a size equal to this capacity.