Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
40
libjava/java/net/URLClassLoader$RemoteResource.h
Normal file
40
libjava/java/net/URLClassLoader$RemoteResource.h
Normal file
|
@ -0,0 +1,40 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_net_URLClassLoader$RemoteResource__
|
||||
#define __java_net_URLClassLoader$RemoteResource__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/net/URLClassLoader$Resource.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace net
|
||||
{
|
||||
class URL;
|
||||
class URLClassLoader$RemoteResource;
|
||||
class URLClassLoader$RemoteURLLoader;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::net::URLClassLoader$RemoteResource : public ::java::net::URLClassLoader$Resource
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
URLClassLoader$RemoteResource(::java::net::URLClassLoader$RemoteURLLoader *, ::java::lang::String *, ::java::net::URL *, ::java::io::InputStream *, jint);
|
||||
::java::io::InputStream * getInputStream();
|
||||
public:
|
||||
jint getLength();
|
||||
::java::net::URL * getURL();
|
||||
private:
|
||||
::java::net::URL * __attribute__((aligned(__alignof__( ::java::net::URLClassLoader$Resource)))) url;
|
||||
::java::io::InputStream * stream;
|
||||
jint length;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_net_URLClassLoader$RemoteResource__
|
Loading…
Add table
Add a link
Reference in a new issue