Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract suspend fun close()
Link copied to clipboard
abstract suspend fun connect()
Link copied to clipboard
abstract suspend fun flush()
Link copied to clipboard
abstract fun isConnected(): Boolean
Link copied to clipboard
abstract fun isReachable(): Boolean
Link copied to clipboard
abstract suspend fun read(bytes: ByteArray)
abstract suspend fun read(size: Int): ByteArray
Link copied to clipboard
abstract suspend fun readLine(): String?
Link copied to clipboard
abstract suspend fun write(bytes: ByteArray)
abstract suspend fun write(b: Int)
abstract suspend fun write(string: String)
abstract suspend fun write(bytes: ByteArray, offset: Int, size: Int)