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

commonMain.socket.SocketInterface.kt Maven / Gradle / Ivy

There is a newer version: 0.4.8
Show newest version
package socket

public interface SocketInterface {

    public fun send(data: UByteArray)

    public fun sendRemaining()

    public fun read(): UByteArray?

    public fun close()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy