# Functions
BuildRPFFromLPF builds a Readium package (rwpp) from a W3C LPF file (lpfPath).
BuildRPFFromPDF builds a Readium Package (rwpp) which embeds a PDF file.
Do encrypts when necessary the resources of an EPUB package It is called for EPUB files only FIXME: try to merge Process() and Do().
FindFile finds a file in an EPUB object.
NewPackager waits for incoming EPUB files, encrypts them and adds them to the store.
NewTask generates a new task.
OpenRPF opens a Readium Package and returns a zip reader + a manifest.
Process copies resources from the source to the destination package, after encryption if needed.
UnzipToFolder fills a folder (dest) with the content of a zip file (src) returns an array of unzipped file names.
# Constants
NoCompression means Store.
ManifestLocation is the path if the Readium manifest in a package.
NoCompression means Store.
RWPManifestName is the name of the Readium Manifest in a package.
W3CEntryPageName is the name of the W3C entry page in an LPF package.
W3CManifestName is the name of the W3C manifest in an LPF package.
# Structs
EncryptedFileInfo contains a file, its size and sha256.
ManualSource is a struc.
NopWriteCloser object.
Packager is a struct.
Result is a result.
RPFReader is a Readium Package reader.
RPFWriter is a Readium Package writer.
Task is an interface.
# Interfaces
PackageReader is an interface.
PackageWriter is an interface.
Resource is an interface.
Source in an interface.