Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey 2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions

View file

@ -0,0 +1,47 @@
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_java_net_CRLFInputStream__
#define __gnu_java_net_CRLFInputStream__
#pragma interface
#include <java/io/InputStream.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace java
{
namespace net
{
class CRLFInputStream;
}
}
}
}
class gnu::java::net::CRLFInputStream : public ::java::io::InputStream
{
public:
CRLFInputStream(::java::io::InputStream *);
virtual jint read();
virtual jint read(JArray< jbyte > *);
virtual jint read(JArray< jbyte > *, jint, jint);
private:
jint indexOfCRLF(JArray< jbyte > *, jint, jint);
public:
static const jint CR = 13;
static const jint LF = 10;
public: // actually protected
::java::io::InputStream * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) in;
private:
jboolean doReset;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_java_net_CRLFInputStream__