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
31
libjava/java/io/StringBufferInputStream.h
Normal file
31
libjava/java/io/StringBufferInputStream.h
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_io_StringBufferInputStream__
|
||||
#define __java_io_StringBufferInputStream__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/io/InputStream.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
|
||||
class java::io::StringBufferInputStream : public ::java::io::InputStream
|
||||
{
|
||||
|
||||
public:
|
||||
StringBufferInputStream(::java::lang::String *);
|
||||
virtual jint available();
|
||||
virtual jint read();
|
||||
virtual jint read(JArray< jbyte > *, jint, jint);
|
||||
virtual void reset();
|
||||
virtual jlong skip(jlong);
|
||||
public: // actually protected
|
||||
::java::lang::String * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) buffer;
|
||||
jint pos;
|
||||
jint count;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_io_StringBufferInputStream__
|
Loading…
Add table
Add a link
Reference in a new issue