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

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

package name.remal

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy