PropertyResourceBundle.h 743 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_util_PropertyResourceBundle__
#define __java_util_PropertyResourceBundle__

#pragma interface

#include <java/util/ResourceBundle.h>

class java::util::PropertyResourceBundle : public ::java::util::ResourceBundle
{

public:
  PropertyResourceBundle(::java::io::InputStream *);
16
  PropertyResourceBundle(::java::io::Reader *);
17 18 19 20 21 22 23 24 25
  virtual ::java::lang::Object * handleGetObject(::java::lang::String *);
  virtual ::java::util::Enumeration * getKeys();
private:
  ::java::util::Properties * __attribute__((aligned(__alignof__( ::java::util::ResourceBundle)))) properties;
public:
  static ::java::lang::Class class$;
};

#endif // __java_util_PropertyResourceBundle__