OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [nio/] [charset/] [UTF_8$Decoder.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_nio_charset_UTF_8$Decoder__
5
#define __gnu_java_nio_charset_UTF_8$Decoder__
6
 
7
#pragma interface
8
 
9
#include <java/nio/charset/CharsetDecoder.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace nio
17
      {
18
        namespace charset
19
        {
20
            class UTF_8$Decoder;
21
        }
22
      }
23
    }
24
  }
25
  namespace java
26
  {
27
    namespace nio
28
    {
29
        class ByteBuffer;
30
        class CharBuffer;
31
      namespace charset
32
      {
33
          class Charset;
34
          class CoderResult;
35
      }
36
    }
37
  }
38
}
39
 
40
class gnu::java::nio::charset::UTF_8$Decoder : public ::java::nio::charset::CharsetDecoder
41
{
42
 
43
public: // actually package-private
44
  UTF_8$Decoder(::java::nio::charset::Charset *);
45
public: // actually protected
46
  ::java::nio::charset::CoderResult * decodeLoop(::java::nio::ByteBuffer *, ::java::nio::CharBuffer *);
47
private:
48
  static jboolean isContinuation(jbyte);
49
public:
50
  static ::java::lang::Class class$;
51
};
52
 
53
#endif // __gnu_java_nio_charset_UTF_8$Decoder__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.