The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AMF::Perl::IO::InputStream

DESCRIPTION

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

CHANGES

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.

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 26:

'=item' outside of any '=over'

Around line 29:

You forgot a '=back' before '=head2'

Around line 31:

'=item' outside of any '=over'

=over without closing =back