The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Filesys::POSIX::Mem::Bucket - Regular file I/O handle

DESCRIPTION

Filesys::POSIX::Mem::Bucket provides an implementation of the interface in Filesys::POSIX::IO::Handle that allows access to the regular file data of a file in a Filesys::POSIX::Mem filesystem hierarchy.

Internally, the bucket can store up to a specified maximum number of bytes until said data is flushed to a temporary file on disk, backed by File::Temp.

SEE ALSO

Filesys::POSIX::IO::Handle