The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

    AMF::Perl::IO::InputStream

DESCRIPTION

    InputStream package built to handle getting the binary data from the raw input stream.

CHANGES

Sun Sep 19 13:01:35 EDT 2004 =item Patch from Kostas Chatzikokolakis about error checking of input data length.

Tue Jun 22 19:28:30 EDT 2004 =item Improved the check in readDouble to append "0" to the string instead of skipping the value. Otherwise the number 16 did not go through. =item Added defined($thisByte) in readInt, otherwise the character "0" (say, in string length of 30) did not go through.

Sat Mar 13 16:39:29 EST 2004

Changed calls to ord() in readByte() and concatenation readDouble() to prevent the appearance of the "uninitialized" warning.

Sun May 11 16:41:52 EDT 2003

Rewrote readInt to get rid of the "uninitialized" warning when reading bytes of value 0.

Sun Jul 11 18:45:40 EDT 2004

Added the check for endianness.

5 POD Errors

The following errors were encountered while parsing the POD:

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