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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [aelfred2/] [XmlParser$Input.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_xml_aelfred2_XmlParser$Input__
5
#define __gnu_xml_aelfred2_XmlParser$Input__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace xml
17
    {
18
      namespace aelfred2
19
      {
20
          class XmlParser$Input;
21
      }
22
    }
23
  }
24
  namespace java
25
  {
26
    namespace net
27
    {
28
        class URLConnection;
29
    }
30
  }
31
}
32
 
33
class gnu::xml::aelfred2::XmlParser$Input : public ::java::lang::Object
34
{
35
 
36
public: // actually package-private
37
  XmlParser$Input();
38
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) sourceType;
39
  ::java::net::URLConnection * externalEntity;
40
  JArray< jchar > * readBuffer;
41
  jint readBufferPos;
42
  jint readBufferLength;
43
  jint line;
44
  jint encoding;
45
  jint readBufferOverflow;
46
  ::java::io::InputStream * is;
47
  jint currentByteCount;
48
  jint column;
49
  ::java::io::Reader * reader;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __gnu_xml_aelfred2_XmlParser$Input__

powered by: WebSVN 2.1.0

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