OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [io/] [StringBufferInputStream.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_io_StringBufferInputStream__
5
#define __java_io_StringBufferInputStream__
6
 
7
#pragma interface
8
 
9
#include <java/io/InputStream.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::io::StringBufferInputStream : public ::java::io::InputStream
14
{
15
 
16
public:
17
  StringBufferInputStream(::java::lang::String *);
18
  virtual jint available();
19
  virtual jint read();
20
  virtual jint read(JArray< jbyte > *, jint, jint);
21
  virtual void reset();
22
  virtual jlong skip(jlong);
23
public: // actually protected
24
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) buffer;
25
  jint pos;
26
  jint count;
27
public:
28
  static ::java::lang::Class class$;
29
};
30
 
31
#endif // __java_io_StringBufferInputStream__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.