BlobGuard
is provided by the PuffinReader
to access the blob data.
Users should hold the BlobGuard
until they are done with the blob data.
DirGuard
is provided by the PuffinReader
to access the directory in the filesystem.
Users should hold the DirGuard
until they are done with the directory.
The PuffinManager
trait provides a unified interface for creating PuffinReader
and PuffinWriter
.
The PuffinReader
trait provides methods for reading blobs and directories from a Puffin file.
The PuffinWriter
trait provides methods for writing blobs and directories to a Puffin file.