The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

File::Chunk::Reader - Provide getline() interface to a file chunk directory.

VERSION

version 0.0035

METHODS

eof()

returns 1 if there are more chunks to read or we're still reading from the last chunk, returns '' otherwise. (see perldoc -f eof)

getline

Returns a newline as File::Handle->getline would.

print

Throws an error. See File::Chunk::Writer for print()

AUTHOR

Dylan William Hardison <dylan@hardison.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Infinity Interactive, Inc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.