blob: feaf39e5f924fe7be8fc38e79014ea6ae077d938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_xml_aelfred2_XmlParser$Input__
#define __gnu_xml_aelfred2_XmlParser$Input__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace xml
{
namespace aelfred2
{
class XmlParser$Input;
}
}
}
namespace java
{
namespace net
{
class URLConnection;
}
}
}
class gnu::xml::aelfred2::XmlParser$Input : public ::java::lang::Object
{
public: // actually package-private
XmlParser$Input();
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) sourceType;
::java::net::URLConnection * externalEntity;
JArray< jchar > * readBuffer;
jint readBufferPos;
jint readBufferLength;
jint line;
jint encoding;
jint readBufferOverflow;
::java::io::InputStream * is;
jint currentByteCount;
jint column;
::java::io::Reader * reader;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_xml_aelfred2_XmlParser$Input__
|