
Archive::Lha::Stream::Base

This is a base class for ::Stream subclasses.

creates an object, and optionally opens the target.
takes a hash as an argument and does appropriate things for the subclass.
does appropriate things for the subclass.
sees if the position reached end of the file/string/array.
returns the current position.
takes an offset as an argument and sets the position from the top.
takes a length as an argument and returns the chunks of the length (in bytes).
searches for the next lzh header.


Kenichi Ishigaki, <ishigaki@cpan.org>

Copyright (C) 2007 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.