class CCL::Java::PropertyParser

#include <propertyfile.h>

class PropertyParser
{
public:
    // construction

    PropertyParser (StringDictionary& properties);

    // methods

    bool parse (StringRef string);
    bool parse (IStream& stream);
};