NAME
WARC::Record::Payload - tied filehandle for reading decoded record payload
SYNOPSIS
use WARC::Record;
DESCRIPTION
This is an internal class used to implement the open_payload
instance method on WARC::Record
objects. This class provides tied filehandles and the methods are documented in "Tying FileHandles" in perltie and perlfunc.
AUTHOR
Jacob Bachmeyer, <jcb@cpan.org>
SEE ALSO
WARC::Record "Tying FileHandles" in perltie perlfunc
COPYRIGHT AND LICENSE
Copyright (C) 2020 by Jacob Bachmeyer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.