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 * Read an existing .dat package file.
61 * Write a .dat package file with the items in this object.
63 * The package becomes unusable:
97 void addItems(const Package &listPkg);
101 void removeItems(const Package &listPkg);
106 void extractItems(const char *filesPath, const Package &listPkg, char outType);