package
1.1.2
Repository: https://github.com/schnorchersepp/splitfs.git
Documentation: pkg.go.dev

# Functions

FromFile load a database from a file.
FromReader load a database from a reader.
FromScan scan a root folder and return a new db.
NewDb returns an empty database.
ScanFile read a single file and calculate all values for a virtual file struct.
ToFile serializes, compresses, encrypts and writes a database to a file.
ToWriter serializes, compresses, encrypts and writes a database to a writer.

# Constants

BundlePrefix is placed in front of each bundle storage filename.
1 MB.
12 MB.
1073741824 Byte (1 GB).

# Structs

Bundle is an element of Db.Bundles.
Db manages all data to display a virtual file system.
FolderEl is the list of folder sub elements.
VFilePart is a part of a virtual file.
VirtFile stands for a single file on the local disk or on the virtual file system.