NAME

src/pmc/handle.pmc - IO Handle PMC

DESCRIPTION

This is the base-class for all IO-related PMCs.

Vtable Functions

init
init_pmc
Handle shouldn't be directly instantiated, init and init_pmc throws EXCEPTION_INVALID_OPERATION.

Methods

METHOD isatty()
Returns a boolean value indicating whether SELF is a console/tty. This default implementation always return false. Override it in subtypes that are or can be tty.