1Data::AMF::IO(3) User Contributed Perl Documentation Data::AMF::IO(3)
2
3
4
6 Data::AMF::IO - IO class for reading/writing AMF data
7
9 IO class for reading/writing AMF data
10
12 new
13 read
14 read_u8
15 read_u16
16 read_s16
17 read_u24
18 read_u32
19 read_double
20 read_utf8
21 read_utf8_long
22 write
23 write_u8
24 write_u16
25 write_s16
26 write_u24
27 write_u32
28 write_double
29 write_utf8
30 write_utf8_long
31 swap
32 ENDIAN
34 Daisuke Murase <typester@cpan.org>
35
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 The full text of the license can be found in the LICENSE file included
41 with this module.
42
43
44
45perl v5.32.1 2021-01-27 Data::AMF::IO(3)