ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
AMFStream (&$bytes) | |
readByte () | |
readInt () | |
readLong () | |
readDouble () | |
readUTF () | |
readLongUTF () | |
read ($length) | |
peekByte () | |
peekInt () | |
peekLong () | |
peekDouble () | |
peekUTF () | |
peekLongUTF () | |
__construct (&$bytes) | |
readByte () | |
readInt () | |
readLong () | |
readDouble () | |
readUTF () | |
readLongUTF () | |
read ($length) | |
peekByte () | |
peekInt () | |
peekLong () | |
peekDouble () | |
peekUTF () | |
peekLongUTF () | |
Data Fields | |
$bytes | |
$pos | |
Definition at line 248 of file module.audio-video.flv.php.
AMFStream::__construct | ( | & | $bytes | ) |
Definition at line 393 of file module.audio-video.flv.php.
References $bytes.
AMFStream::AMFStream | ( | & | $bytes | ) |
Definition at line 252 of file module.audio-video.flv.php.
References $bytes.
AMFStream::peekByte | ( | ) |
Definition at line 289 of file module.audio-video.flv.php.
References $pos, and readByte().
AMFStream::peekByte | ( | ) |
Definition at line 430 of file module.audio-video.flv.php.
References $pos, and readByte().
AMFStream::peekDouble | ( | ) |
Definition at line 310 of file module.audio-video.flv.php.
References $pos, and readDouble().
AMFStream::peekDouble | ( | ) |
Definition at line 451 of file module.audio-video.flv.php.
References $pos, and readDouble().
AMFStream::peekInt | ( | ) |
AMFStream::peekInt | ( | ) |
AMFStream::peekLong | ( | ) |
Definition at line 303 of file module.audio-video.flv.php.
References $pos, and readLong().
AMFStream::peekLong | ( | ) |
Definition at line 444 of file module.audio-video.flv.php.
References $pos, and readLong().
AMFStream::peekLongUTF | ( | ) |
Definition at line 324 of file module.audio-video.flv.php.
References $pos, and readLongUTF().
AMFStream::peekLongUTF | ( | ) |
Definition at line 465 of file module.audio-video.flv.php.
References $pos, and readLongUTF().
AMFStream::peekUTF | ( | ) |
AMFStream::peekUTF | ( | ) |
AMFStream::read | ( | $length | ) |
Definition at line 283 of file module.audio-video.flv.php.
Referenced by readDouble(), readLongUTF(), and readUTF().
AMFStream::read | ( | $length | ) |
Definition at line 424 of file module.audio-video.flv.php.
AMFStream::readByte | ( | ) |
Definition at line 257 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Int().
Referenced by peekByte(), readInt(), and readLong().
AMFStream::readByte | ( | ) |
Definition at line 398 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Int().
AMFStream::readDouble | ( | ) |
Definition at line 269 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Float(), and read().
Referenced by peekDouble().
AMFStream::readDouble | ( | ) |
Definition at line 410 of file module.audio-video.flv.php.
References getid3_lib\BigEndian2Float(), and read().
AMFStream::readInt | ( | ) |
Definition at line 261 of file module.audio-video.flv.php.
References readByte().
Referenced by peekInt(), and readUTF().
AMFStream::readInt | ( | ) |
Definition at line 402 of file module.audio-video.flv.php.
References readByte().
AMFStream::readLong | ( | ) |
Definition at line 265 of file module.audio-video.flv.php.
References readByte().
Referenced by peekLong(), and readLongUTF().
AMFStream::readLong | ( | ) |
Definition at line 406 of file module.audio-video.flv.php.
References readByte().
AMFStream::readLongUTF | ( | ) |
Definition at line 278 of file module.audio-video.flv.php.
References read(), and readLong().
Referenced by peekLongUTF().
AMFStream::readLongUTF | ( | ) |
Definition at line 419 of file module.audio-video.flv.php.
References read(), and readLong().
AMFStream::readUTF | ( | ) |
AMFStream::readUTF | ( | ) |
AMFStream::$bytes |
Definition at line 249 of file module.audio-video.flv.php.
Referenced by __construct(), and AMFStream().
AMFStream::$pos |
Definition at line 250 of file module.audio-video.flv.php.
Referenced by peekByte(), peekDouble(), peekInt(), peekLong(), peekLongUTF(), and peekUTF().