summaryrefslogtreecommitdiff
path: root/devel/p5-Stream-Buffered/DESCR
blob: 0d7579ac47817651041057d3a82543ad290b6c36 (plain)
1
2
3
4
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.