AMF::Perl::IO::InputStream
InputStream package built to handle getting the binary data from the raw input stream.
- Changed calls to ord() in readByte() and concatenation
readDouble() to prevent the appearance of the
"uninitialized" warning.
- Rewrote readInt to get rid of the "uninitialized" warning when
reading bytes of value 0.
- Added the check for endianness.
Hey! The above document had some coding errors, which are explained
below:
- Around line 29:
- '=item' outside of any '=over'
- Around line 32:
- You forgot a '=back' before '=head2'
- Around line 34:
- '=item' outside of any '=over'
- Around line 36:
- You forgot a '=back' before '=head2'
- Around line 38:
- '=item' outside of any '=over'
=over without closing =back