All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.java.nio.channels.WritableByteChannel.kt Maven / Gradle / Ivy

There is a newer version: 1.26.147
Show newest version
package name.remal

import java.nio.ByteBuffer
import java.nio.channels.WritableByteChannel

fun WritableByteChannel.write(bytes: ByteArray) = write(ByteBuffer.wrap(bytes))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy