Group
Extension

Matches 2

AMF-Connection ( A/AR/AREGGIORI/AMF-Connection-0.32.tar.gz, AREGGIORI, 2012; MetaCPAN )
AMF-Connection/lib/AMF/Connection/InputStream.pm ( view source; MetaCPAN )
$stream_with_options = new AMF::Connection::InputStream($binary_buffer_or_string, 'prefer_number, json_boolean');
  my $int = $stream->readInt();
  my $long = $stream->readLong();

  # ..


=head1 DES
AMF-Connection ( A/AR/AREGGIORI/AMF-Connection-0.32.tar.gz, AREGGIORI, 2012; MetaCPAN )
AMF-Connection/lib/AMF/Connection/OutputStream.pm ( view source; MetaCPAN )
tion::OutputStream;
  my $stream_with_options = new AMF::Connection::OutputStream('prefer_number, json_boolean');
  $stream->writeInt(1);
  $stream->writeLong(1);

  # ..


=head1 DESCRIPTION

The AMF

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.