| Class | Description |
|---|---|
| Debug | Debug utility class for the CyberLink framework. |
| FileUtil | Utility class for file operations and XML file detection. |
| ListenerList | A thread-safe list for managing event listeners. |
| Mutex | A simple mutex implementation for thread synchronization. |
| StringUtil | Utility class for string manipulation and conversion operations. |
| ThreadCore | Base class for managing thread lifecycle and execution. |
| TimerUtil | Utility class providing timer and thread sleeping functionality. |
General utility classes and helper functions.
This package provides utility classes for common operations used throughout the UPnP framework, including threading, synchronization, debugging, and file operations.
Key Components:
Main Functionality:
Usage Notes: