| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Collaboration diagram for AMFReader:
 Collaboration diagram for AMFReader:| Public Member Functions | |
| AMFReader (&$stream) | |
| readData () | |
| readDouble () | |
| readBoolean () | |
| readString () | |
| readObject () | |
| readMixedArray () | |
| readArray () | |
| readDate () | |
| readLongString () | |
| readXML () | |
| readTypedObject () | |
| Data Fields | |
| $stream | |
Definition at line 332 of file module.audio-video.flv.php.
| AMFReader::AMFReader | ( | & | $stream | ) | 
Definition at line 335 of file module.audio-video.flv.php.
References $stream.
| AMFReader::readArray | ( | ) | 
Definition at line 465 of file module.audio-video.flv.php.
References readData().
Referenced by readData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readBoolean | ( | ) | 
Definition at line 413 of file module.audio-video.flv.php.
Referenced by readData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readData | ( | ) | 
Definition at line 339 of file module.audio-video.flv.php.
References 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readDate | ( | ) | 
Definition at line 477 of file module.audio-video.flv.php.
References $timestamp.
Referenced by readData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readDouble | ( | ) | 
Definition at line 409 of file module.audio-video.flv.php.
Referenced by readData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readLongString | ( | ) | 
Definition at line 483 of file module.audio-video.flv.php.
Referenced by readData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readMixedArray | ( | ) | 
Definition at line 441 of file module.audio-video.flv.php.
References readData().
Referenced by readData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readObject | ( | ) | 
Definition at line 421 of file module.audio-video.flv.php.
References readData().
Referenced by readData(), and readTypedObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readString | ( | ) | 
Definition at line 417 of file module.audio-video.flv.php.
Referenced by readData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readTypedObject | ( | ) | 
Definition at line 491 of file module.audio-video.flv.php.
References readObject().
Referenced by readData().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::readXML | ( | ) | 
Definition at line 487 of file module.audio-video.flv.php.
Referenced by readData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| AMFReader::$stream | 
Definition at line 333 of file module.audio-video.flv.php.
Referenced by AMFReader().