Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_ASN1ParsingException__
|
||||
#define __gnu_java_io_ASN1ParsingException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/IOException.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class ASN1ParsingException;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::ASN1ParsingException : public ::java::io::IOException
|
||||
{
|
||||
|
||||
public:
|
||||
ASN1ParsingException();
|
||||
ASN1ParsingException(::java::lang::String *);
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_ASN1ParsingException__
|
||||
@@ -0,0 +1,50 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_Base64InputStream__
|
||||
#define __gnu_java_io_Base64InputStream__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/FilterInputStream.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class Base64InputStream;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::Base64InputStream : public ::java::io::FilterInputStream
|
||||
{
|
||||
|
||||
public:
|
||||
Base64InputStream(::java::io::InputStream *);
|
||||
static JArray< jbyte > * decode(::java::lang::String *);
|
||||
virtual jint available();
|
||||
virtual jint read();
|
||||
virtual jint read(JArray< jbyte > *, jint, jint);
|
||||
virtual jboolean markSupported();
|
||||
virtual void mark(jint);
|
||||
virtual void reset();
|
||||
virtual jlong skip(jlong);
|
||||
private:
|
||||
static ::java::lang::String * BASE_64;
|
||||
static const jchar BASE_64_PAD = 61;
|
||||
jint __attribute__((aligned(__alignof__( ::java::io::FilterInputStream)))) state;
|
||||
jint temp;
|
||||
jboolean eof;
|
||||
JArray< jbyte > * one;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_Base64InputStream__
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_ClassLoaderObjectInputStream__
|
||||
#define __gnu_java_io_ClassLoaderObjectInputStream__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/ObjectInputStream.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class ClassLoaderObjectInputStream;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::ClassLoaderObjectInputStream : public ::java::io::ObjectInputStream
|
||||
{
|
||||
|
||||
public:
|
||||
ClassLoaderObjectInputStream(::java::io::InputStream *, ::java::lang::ClassLoader *);
|
||||
virtual ::java::lang::Class * resolveClass(::java::lang::String *);
|
||||
public: // actually package-private
|
||||
::java::lang::ClassLoader * __attribute__((aligned(__alignof__( ::java::io::ObjectInputStream)))) myClassLoader;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_ClassLoaderObjectInputStream__
|
||||
@@ -0,0 +1,39 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_NullOutputStream__
|
||||
#define __gnu_java_io_NullOutputStream__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/OutputStream.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class NullOutputStream;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::NullOutputStream : public ::java::io::OutputStream
|
||||
{
|
||||
|
||||
public:
|
||||
NullOutputStream();
|
||||
virtual void write(jint);
|
||||
virtual void write(JArray< jbyte > *);
|
||||
virtual void write(JArray< jbyte > *, jint, jint);
|
||||
virtual void flush();
|
||||
virtual void close();
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_NullOutputStream__
|
||||
@@ -0,0 +1,53 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_ObjectIdentityMap2Int__
|
||||
#define __gnu_java_io_ObjectIdentityMap2Int__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class ObjectIdentityMap2Int;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::ObjectIdentityMap2Int : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
ObjectIdentityMap2Int();
|
||||
private:
|
||||
void alloc(jint);
|
||||
public:
|
||||
virtual void put(::java::lang::Object *, jint);
|
||||
private:
|
||||
jint slot(::java::lang::Object *);
|
||||
void rehash();
|
||||
public:
|
||||
virtual jint get(::java::lang::Object *);
|
||||
virtual void clear();
|
||||
private:
|
||||
static JArray< jint > * PRIMES;
|
||||
static ::java::lang::Object * NIL;
|
||||
JArray< ::java::lang::Object * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) objectTable;
|
||||
JArray< jint > * intTable;
|
||||
jint size;
|
||||
jint cap;
|
||||
jint limit;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_ObjectIdentityMap2Int__
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_ObjectIdentityWrapper__
|
||||
#define __gnu_java_io_ObjectIdentityWrapper__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class ObjectIdentityWrapper;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::ObjectIdentityWrapper : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
ObjectIdentityWrapper(::java::lang::Object *);
|
||||
virtual jint hashCode();
|
||||
virtual jboolean equals(::java::lang::Object *);
|
||||
virtual ::java::lang::String * toString();
|
||||
::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) object;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_ObjectIdentityWrapper__
|
||||
@@ -0,0 +1,43 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_io_PlatformHelper__
|
||||
#define __gnu_java_io_PlatformHelper__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace io
|
||||
{
|
||||
class PlatformHelper;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::io::PlatformHelper : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
PlatformHelper();
|
||||
static jint beginWithRootPathPrefix(::java::lang::String *);
|
||||
static jboolean isRootDirectory(::java::lang::String *);
|
||||
static jboolean endWithSeparator(::java::lang::String *);
|
||||
static ::java::lang::String * removeTailSeparator(::java::lang::String *);
|
||||
static jint lastIndexOfSeparator(::java::lang::String *);
|
||||
static jboolean isWindows;
|
||||
static ::java::lang::String * separator;
|
||||
static jchar separatorChar;
|
||||
static ::java::lang::String * pathSeparator;
|
||||
static jchar pathSeparatorChar;
|
||||
static const jint INITIAL_MAX_PATH = 130;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_io_PlatformHelper__
|
||||
Reference in New Issue
Block a user