Korzh.DbUtils.Packing namespace

FileFolderPacker class

Implements [Korzh.DbUtils.IDataPacker](api-reference/korzh-dbutils-namespace/idatapacker-interface) and [Korzh.DbUtils.IDataUnpacker](api-reference/korzh-dbutils-namespace/idataunpacker-interface) interfaces to store the data as files in some folder. Each packed entry - is one file.

ZipFilePacker class

Implements [Korzh.DbUtils.IDataPacker](api-reference/korzh-dbutils-namespace/idatapacker-interface) and [Korzh.DbUtils.IDataUnpacker](api-reference/korzh-dbutils-namespace/idataunpacker-interface) interfaces to store the data as a ZIP archive file. Each packed entry - is one file in that archive.