Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_classpath_debug_TeeOutputStream__
|
||||
#define __gnu_classpath_debug_TeeOutputStream__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/OutputStream.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace classpath
|
||||
{
|
||||
namespace debug
|
||||
{
|
||||
class TeeOutputStream;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::classpath::debug::TeeOutputStream : public ::java::io::OutputStream
|
||||
{
|
||||
|
||||
public:
|
||||
TeeOutputStream(::java::io::OutputStream *, ::java::io::OutputStream *);
|
||||
virtual void write(jint);
|
||||
virtual void write(JArray< jbyte > *, jint, jint);
|
||||
virtual void flush();
|
||||
virtual void close();
|
||||
private:
|
||||
::java::io::OutputStream * __attribute__((aligned(__alignof__( ::java::io::OutputStream)))) out;
|
||||
::java::io::OutputStream * sink;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_classpath_debug_TeeOutputStream__
|
||||
Reference in New Issue
Block a user