Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / gnu / java / nio / charset / ISO_8859_15.h
blob617e2271be8909c4ee4258c89ba23f194fad6e3d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_java_nio_charset_ISO_8859_15__
5 #define __gnu_java_nio_charset_ISO_8859_15__
7 #pragma interface
9 #include <gnu/java/nio/charset/ByteCharset.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace java
18 namespace nio
20 namespace charset
22 class ISO_8859_15;
29 class gnu::java::nio::charset::ISO_8859_15 : public ::gnu::java::nio::charset::ByteCharset
32 public:
33 ISO_8859_15();
34 private:
35 static JArray< jchar > * lookup;
36 public:
37 static ::java::lang::Class class$;
40 #endif // __gnu_java_nio_charset_ISO_8859_15__