Home | History | Annotate | Download | only in toolutil

Lines Matching defs:Package

8 *   file name:  package.h
16 * Read, modify, and write ICU .dat data package files.
26 // .dat package file representation ---------------------------------------- ***
43 class U_TOOLUTIL_API Package {
47 * Prepare this object for a new, empty package.
49 Package();
52 ~Package();
55 * Uses the prefix of the first entry of the package in readPackage(),
56 * rather than the package basename.
69 * Read an existing .dat package file.
75 * Write a .dat package file with the items in this object.
77 * The package becomes unusable:
111 void addItems(const Package &listPkg);
115 void removeItems(const Package &listPkg);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);