OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / gcj / convert / Output_UTF8.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_gcj_convert_Output_UTF8__
5 #define __gnu_gcj_convert_Output_UTF8__
6
7 #pragma interface
8
9 #include <gnu/gcj/convert/UnicodeToBytes.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 Output_UTF8;
21       }
22     }
23   }
24 }
25
26 class gnu::gcj::convert::Output_UTF8 : public ::gnu::gcj::convert::UnicodeToBytes
27 {
28
29 public:
30   Output_UTF8();
31   virtual ::java::lang::String * getName();
32   virtual jint write(JArray< jchar > *, jint, jint);
33   virtual jboolean havePendingBytes();
34   jboolean __attribute__((aligned(__alignof__( ::gnu::gcj::convert::UnicodeToBytes)))) standardUTF8;
35 public: // actually package-private
36   jchar hi_part;
37   jint value;
38   jint bytes_todo;
39 public:
40   static ::java::lang::Class class$;
41 };
42
43 #endif // __gnu_gcj_convert_Output_UTF8__