|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for AMFReader:Public Member Functions | |
| __construct (&$stream) | |
| readData () | |
| readDouble () | |
| readBoolean () | |
| readString () | |
| readObject () | |
| readMixedArray () | |
| readArray () | |
| readDate () | |
| readLongString () | |
| readXML () | |
| readTypedObject () | |
Data Fields | |
| $stream | |
Definition at line 473 of file module.audio-video.flv.php.
| AMFReader::__construct | ( | & | $stream | ) |
Definition at line 476 of file module.audio-video.flv.php.
References $stream.
| AMFReader::readArray | ( | ) |
Definition at line 600 of file module.audio-video.flv.php.
References $data, $i, and readData().
Referenced by readData().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFReader::readBoolean | ( | ) |
Definition at line 554 of file module.audio-video.flv.php.
Referenced by readData().
Here is the caller graph for this function:| AMFReader::readData | ( | ) |
Definition at line 480 of file module.audio-video.flv.php.
References $type, readArray(), readBoolean(), readDate(), readDouble(), readLongString(), readMixedArray(), readObject(), readString(), readTypedObject(), and readXML().
Referenced by readArray(), readMixedArray(), and readObject().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFReader::readDate | ( | ) |
Definition at line 610 of file module.audio-video.flv.php.
References $timestamp.
Referenced by readData().
Here is the caller graph for this function:| AMFReader::readDouble | ( | ) |
Definition at line 550 of file module.audio-video.flv.php.
Referenced by readData().
Here is the caller graph for this function:| AMFReader::readLongString | ( | ) |
Definition at line 616 of file module.audio-video.flv.php.
Referenced by readData().
Here is the caller graph for this function:| AMFReader::readMixedArray | ( | ) |
Definition at line 579 of file module.audio-video.flv.php.
References $data, $key, and readData().
Referenced by readData().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFReader::readObject | ( | ) |
Definition at line 562 of file module.audio-video.flv.php.
References $data, $key, and readData().
Referenced by readData(), and readTypedObject().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFReader::readString | ( | ) |
Definition at line 558 of file module.audio-video.flv.php.
Referenced by readData().
Here is the caller graph for this function:| AMFReader::readTypedObject | ( | ) |
Definition at line 624 of file module.audio-video.flv.php.
References readObject().
Referenced by readData().
Here is the call graph for this function:
Here is the caller graph for this function:| AMFReader::readXML | ( | ) |
Definition at line 620 of file module.audio-video.flv.php.
Referenced by readData().
Here is the caller graph for this function:| AMFReader::$stream |
Definition at line 474 of file module.audio-video.flv.php.
Referenced by __construct().