public class OutputStreamAdaptersKt
| Modifier and Type | Method and Description |
|---|---|
static java.io.BufferedWriter |
bufferedWriter(kotlinx.coroutines.io.ByteWriteChannel $receiver,
java.nio.charset.Charset charset)
Open a buffered writer to the channel
|
static java.lang.Object |
write(kotlinx.coroutines.io.ByteWriteChannel $receiver,
java.lang.String string,
java.nio.charset.Charset charset,
kotlin.coroutines.experimental.Continuation<? super kotlin.Unit> p)
Write a string in the specified charset
|
static java.io.Writer |
writer(kotlinx.coroutines.io.ByteWriteChannel $receiver,
java.nio.charset.Charset charset)
Open a writer to the channel
|
public static java.lang.Object write(kotlinx.coroutines.io.ByteWriteChannel $receiver,
java.lang.String string,
java.nio.charset.Charset charset,
kotlin.coroutines.experimental.Continuation<? super kotlin.Unit> p)
Write a string in the specified charset
public static java.io.BufferedWriter bufferedWriter(kotlinx.coroutines.io.ByteWriteChannel $receiver,
java.nio.charset.Charset charset)
Open a buffered writer to the channel
public static java.io.Writer writer(kotlinx.coroutines.io.ByteWriteChannel $receiver,
java.nio.charset.Charset charset)
Open a writer to the channel