OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / gcj / convert / Input_EUCJIS.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_gcj_convert_Input_EUCJIS__
5 #define __gnu_gcj_convert_Input_EUCJIS__
6
7 #pragma interface
8
9 #include <gnu/gcj/convert/BytesToUnicode.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace gcj
17     {
18       namespace convert
19       {
20           class Input_EUCJIS;
21       }
22     }
23   }
24 }
25
26 class gnu::gcj::convert::Input_EUCJIS : public ::gnu::gcj::convert::BytesToUnicode
27 {
28
29 public:
30   Input_EUCJIS();
31   virtual ::java::lang::String * getName();
32   virtual jint read(JArray< jchar > *, jint, jint);
33 public: // actually package-private
34   jint __attribute__((aligned(__alignof__( ::gnu::gcj::convert::BytesToUnicode)))) codeset;
35   jint first_byte;
36 public:
37   static ::java::lang::Class class$;
38 };
39
40 #endif // __gnu_gcj_convert_Input_EUCJIS__