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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [nio/] [charset/] [ISO_8859_1$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_ISO_8859_1$Decoder__
5
#define __gnu_java_nio_charset_ISO_8859_1$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 ByteDecodeLoopHelper;
21
            class ISO_8859_1$Decoder;
22
        }
23
      }
24
    }
25
  }
26
  namespace java
27
  {
28
    namespace nio
29
    {
30
        class ByteBuffer;
31
        class CharBuffer;
32
      namespace charset
33
      {
34
          class Charset;
35
          class CoderResult;
36
      }
37
    }
38
  }
39
}
40
 
41
class gnu::java::nio::charset::ISO_8859_1$Decoder : public ::java::nio::charset::CharsetDecoder
42
{
43
 
44
public: // actually package-private
45
  ISO_8859_1$Decoder(::java::nio::charset::Charset *);
46
public: // actually protected
47
  ::java::nio::charset::CoderResult * decodeLoop(::java::nio::ByteBuffer *, ::java::nio::CharBuffer *);
48
private:
49
  static ::gnu::java::nio::charset::ByteDecodeLoopHelper * helper;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __gnu_java_nio_charset_ISO_8859_1$Decoder__

powered by: WebSVN 2.1.0

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