Descriptors
class Descriptors
Types
Link copied to clipboard
interface DataReader
Link copied to clipboard
interface DataWriter
Link copied to clipboard
interface Descriptor
Link copied to clipboard
class InStream @JvmOverloads constructor(input: Source, tty: Boolean = true, available: () -> Int? = null) : Descriptors.Descriptor, Descriptors.DataReader
Link copied to clipboard
Link copied to clipboard
class OpenFile(path: Path, channel: FileChannel, fdFlags: Int, rights: Long) : Descriptors.Descriptor, Closeable, Descriptors.DataReader, Descriptors.DataWriter
Link copied to clipboard
class OutStream @JvmOverloads constructor(output: Sink, tty: Boolean = true) : Descriptors.Descriptor, Descriptors.DataWriter
Link copied to clipboard
class PreopenedDirectory(name: ByteArray, path: Path) : Descriptors.Descriptor, Descriptors.Directory