OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / nio / charset / ByteCharset$Decoder.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_nio_charset_ByteCharset$Decoder__
5 #define __gnu_java_nio_charset_ByteCharset$Decoder__
6
7 #pragma interface
8
9 #include <java/nio/charset/CharsetDecoder.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 ByteCharset;
23             class ByteCharset$Decoder;
24         }
25       }
26     }
27   }
28   namespace java
29   {
30     namespace nio
31     {
32         class ByteBuffer;
33         class CharBuffer;
34       namespace charset
35       {
36           class CoderResult;
37       }
38     }
39   }
40 }
41
42 class gnu::java::nio::charset::ByteCharset$Decoder : public ::java::nio::charset::CharsetDecoder
43 {
44
45 public: // actually package-private
46   ByteCharset$Decoder(::gnu::java::nio::charset::ByteCharset *);
47 public: // actually protected
48   ::java::nio::charset::CoderResult * decodeLoop(::java::nio::ByteBuffer *, ::java::nio::CharBuffer *);
49 private:
50   JArray< jchar > * __attribute__((aligned(__alignof__( ::java::nio::charset::CharsetDecoder)))) lookup;
51 public:
52   static ::java::lang::Class class$;
53 };
54
55 #endif // __gnu_java_nio_charset_ByteCharset$Decoder__