p5-Stream-Buffered

temporary buffer to save bytes

WWW CVSWeb GITHub
  1. Package version
    p5-Stream-Buffered-0.03p1
  2. Maintainer
    The OpenBSD ports mailing-list

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.