mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
5 lines
235 B
Plaintext
5 lines
235 B
Plaintext
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.
|