Public Member Functions | |
__construct ($nameOrFd, $append=false) | |
__destruct () | |
write ($buffer) | |
close () | |
Static Public Member Functions | |
static | create ($nameOrFd, $append=false) |
Private Attributes | |
$fd = null |
Definition at line 15 of file FileOutputStream.class.php.
FileOutputStream::__construct | ( | $ | nameOrFd, | |
$ | append = false | |||
) |
Definition at line 19 of file FileOutputStream.class.php.
References Assert::isNotFalse().
FileOutputStream::__destruct | ( | ) |
Definition at line 41 of file FileOutputStream.class.php.
References close().
FileOutputStream::close | ( | ) |
Reimplemented from OutputStream.
Definition at line 81 of file FileOutputStream.class.php.
Referenced by __destruct().
static FileOutputStream::create | ( | $ | nameOrFd, | |
$ | append = false | |||
) | [static] |
Definition at line 53 of file FileOutputStream.class.php.
Referenced by DebugCachePeer::__construct().
FileOutputStream::write | ( | $ | buffer | ) |
Reimplemented from OutputStream.
Definition at line 61 of file FileOutputStream.class.php.
FileOutputStream::$fd = null [private] |
Definition at line 17 of file FileOutputStream.class.php.