Merge with trank @ 137446
[official-gcc.git] / libjava / gnu / java / nio / charset / ByteCharset$Decoder.h
blob0f5dd6c65a7408d96a273fd1906d79264248c236
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_java_nio_charset_ByteCharset$Decoder__
5 #define __gnu_java_nio_charset_ByteCharset$Decoder__
7 #pragma interface
9 #include <java/nio/charset/CharsetDecoder.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace java
18 namespace nio
20 namespace charset
22 class ByteCharset;
23 class ByteCharset$Decoder;
24 class ByteDecodeLoopHelper;
29 namespace java
31 namespace nio
33 class ByteBuffer;
34 class CharBuffer;
35 namespace charset
37 class CoderResult;
43 class gnu::java::nio::charset::ByteCharset$Decoder : public ::java::nio::charset::CharsetDecoder
46 public: // actually package-private
47 ByteCharset$Decoder(::gnu::java::nio::charset::ByteCharset *);
48 public: // actually protected
49 ::java::nio::charset::CoderResult * decodeLoop(::java::nio::ByteBuffer *, ::java::nio::CharBuffer *);
50 public: // actually package-private
51 static JArray< jchar > * access$0(::gnu::java::nio::charset::ByteCharset$Decoder *);
52 private:
53 JArray< jchar > * __attribute__((aligned(__alignof__( ::java::nio::charset::CharsetDecoder)))) lookup;
54 ::gnu::java::nio::charset::ByteDecodeLoopHelper * helper;
55 public:
56 static ::java::lang::Class class$;
59 #endif // __gnu_java_nio_charset_ByteCharset$Decoder__