1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_nio_charset_ISO_8859_13__
5 #define __gnu_java_nio_charset_ISO_8859_13__
6 
7 #pragma interface
8 
9 #include <gnu/java/nio/charset/ByteCharset.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace nio
19       {
20         namespace charset
21         {
22             class ISO_8859_13;
23         }
24       }
25     }
26   }
27 }
28 
29 class gnu::java::nio::charset::ISO_8859_13 : public ::gnu::java::nio::charset::ByteCharset
30 {
31 
32 public:
33   ISO_8859_13();
34 private:
35   static JArray< jchar > * lookup;
36 public:
37   static ::java::lang::Class class$;
38 };
39 
40 #endif // __gnu_java_nio_charset_ISO_8859_13__
41