f0b531543f
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.
4 lines
235 B
Text
4 lines
235 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.
|