GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Avro::BinaryDecoder(3) User Contributed Perl Documentation Avro::BinaryDecoder(3)

Resolve the given writer and reader_schema to decode the data provided by the reader.

  • writer_schema

    The schema that was used to encode the data provided by the "reader"

  • reader_schema

    The schema we want to use to decode the data.

  • reader

    A file handle, or an object implementing a similar interface, like IO::File. Specifically, it must support "read($buf, $nbytes)" and "seek($nbytes, $whence)". These calls will block the decoder if not enough data is available for read.

2024-07-25 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.