EBook-Ishmael
view release on metacpan or search on metacpan
lib/EBook/Ishmael/Decode.pm view on Meta::CPAN
B<EBook::Ishmael::Decode> is a module that provides subroutines for decoding
various kinds of encoded ebook text. For L<ishmael> user documentation, you
should consult its manual (this is developer documentation).
=head1 SUBROUTINES
B<EBook::Ishmael::Decode> does not export any subroutines by default.
=head2 $d = lz77_decode($data)
Decodes PalmDoc lz77-encoded C<$data>, returning the decoded data.
=head1 AUTHOR
Written by Samuel Young, E<lt>samyoung12788@gmail.comE<gt>.
This project's source can be found on its
L<Codeberg Page|https://codeberg.org/1-1sam/ishmael>. Comments and pull
requests are welcome!
=head1 COPYRIGHT
lib/EBook/Ishmael/MobiHuff.pm view on Meta::CPAN
=over 4
=item $mh = EBook::Ishmael::MobiHuff->new($huff, @cdics)
Returns a blessed C<EBook::Ishmael::MobiHuff> object and reads Huff/CDIC data
from C<$huff> and C<@cdics>. C<$huff> is the record data for the C<HUFF> record,
C<@cdics> is an array of record data for eacah C<CDIC> record.
=item $data = $mh->decode($encode)
Returns the decoded C<$data> from C<$encode>.
=back
=head1 AUTHOR
Written by Samuel Young, E<lt>samyoung12788@gmail.comE<gt>.
This project's source can be found on its
L<Codeberg Page|https://codeberg.org/1-1sam/ishmael>. Comments and pull
requests are welcome!
( run in 0.377 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )