search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
286 B
Text
6 lines
286 B
Text
Stream::Buffered is a buffer class to store arbitrary length of byte
|
|
strings and then get a seekable filehandle once everything is
|
|
buffered. It uses PerlIO and/or temporary file to save the buffer
|
|
depending on the length of the size.
|
|
|
|
WWW: https://metacpan.org/release/Stream-Buffered
|