freebsd-ports/devel/p5-Stream-Buffered/pkg-descr
Jun Kuriyama ef49e9fc6c 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: http://search.cpan.org/dist/Stream-Buffered/

Feature safe: yes
2012-10-20 03:08:34 +00:00

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: http://search.cpan.org/dist/Stream-Buffered/