process.channel

Members

Classes

ChannelException
class ChannelException
Undocumented in source.
FileReadChannel
class FileReadChannel

A read channel over a File object.

FileWriteChannel
class FileWriteChannel

IO channel via File objects.

Pipe
class Pipe

Pipes to use to communicate with a process.

Stdio
class Stdio

Holds stdin/stdout/stderr channels open.

Enums

ChannelStatus
enum ChannelStatus
Undocumented in source.

Functions

nullIn
File nullIn()
nullOut
File nullOut()

Interfaces

Channel
interface Channel
Undocumented in source.
ReadChannel
interface ReadChannel
Undocumented in source.
WriteChannel
interface WriteChannel
Undocumented in source.

Meta

License

MPL-2

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.