class CCL::Java::PropertyWriter

#include <propertyfile.h>

class PropertyWriter
{
public:
    // construction

    PropertyWriter (const StringDictionary& properties);

    // methods

    bool write (IStream& stream);
};