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
38
libjava/java/net/VMURLConnection.h
Normal file
38
libjava/java/net/VMURLConnection.h
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_net_VMURLConnection__
|
||||
#define __java_net_VMURLConnection__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace net
|
||||
{
|
||||
class VMURLConnection;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class java::net::VMURLConnection : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public: // actually package-private
|
||||
VMURLConnection();
|
||||
private:
|
||||
static void init();
|
||||
static ::java::lang::String * guessContentTypeFromBuffer(JArray< jbyte > *, jint);
|
||||
public: // actually package-private
|
||||
static ::java::lang::String * guessContentTypeFromStream(::java::io::InputStream *);
|
||||
public:
|
||||
static const jint LENGTH = 1024;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_net_VMURLConnection__
|
Loading…
Add table
Add a link
Reference in a new issue