Web::Chain::IO::Rawtext - adds capability to the IO object to handle the DF Rawtext format.
See L<Web::Chain::IO>
This class is used to create an input handle object used internally by a Web::Chain::IO handle, to handle input and (ultimately) output from files in the the "Rawtext" DF (aka "Doomfiles") format.
In other words, Web::Chain::IO is the interface, this class is (one) of the implementations.
my $input_handle = $input_class->new( $self );
$dfh->input($file_name) or $dfh->input($file_name, $howmany)
Methods are currently only provided for input.
Add output routines also (fairly easy really).
Joseph Brenner, <doom@kzsu.stanford.edu>
Copyright (C) 2004 by Joseph Brenner
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.
None reported... yet.