
Archive::Lha::Stream::Hex

my $stream = Archive::Lha::Stream::Hex->new( hex => [qw( 4D 00 2D ...)] );

This is for debugging. You usually don't need to use this.

creates an object, and optionally stores an array of hex strings in the object.
takes a hash as an argument and stores the array of hex strings in the object.
does nothing.
sees if the position reached end of array.
returns the current position.
takes an offset as an argument and sets the position from the array top.
takes a length as an argument and returns the chunks of the length (in bytes) from the array.
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.