OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / net / URLClassLoader$RemoteResource.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_net_URLClassLoader$RemoteResource__
5 #define __java_net_URLClassLoader$RemoteResource__
6
7 #pragma interface
8
9 #include <java/net/URLClassLoader$Resource.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace net
15     {
16         class URL;
17         class URLClassLoader$RemoteResource;
18         class URLClassLoader$RemoteURLLoader;
19     }
20   }
21 }
22
23 class java::net::URLClassLoader$RemoteResource : public ::java::net::URLClassLoader$Resource
24 {
25
26 public: // actually package-private
27   URLClassLoader$RemoteResource(::java::net::URLClassLoader$RemoteURLLoader *, ::java::lang::String *, ::java::net::URL *, ::java::io::InputStream *, jint);
28   ::java::io::InputStream * getInputStream();
29 public:
30   jint getLength();
31   ::java::net::URL * getURL();
32 private:
33   ::java::net::URL * __attribute__((aligned(__alignof__( ::java::net::URLClassLoader$Resource)))) url;
34   ::java::io::InputStream * stream;
35   jint length;
36 public:
37   static ::java::lang::Class class$;
38 };
39
40 #endif // __java_net_URLClassLoader$RemoteResource__