Lines Matching refs:Package
10 * file name: package.h
18 * Read, modify, and write ICU .dat data package files.
28 // .dat package file representation ---------------------------------------- ***
45 class U_TOOLUTIL_API Package {
49 * Prepare this object for a new, empty package.
51 Package();
54 ~Package();
57 * Uses the prefix of the first entry of the package in readPackage(),
58 * rather than the package basename.
71 * Read an existing .dat package file.
77 * Write a .dat package file with the items in this object.
79 * The package becomes unusable:
113 void addItems(const Package &listPkg);
117 void removeItems(const Package &listPkg);
122 void extractItems(const char *filesPath, const Package &listPkg, char outType);