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

Subversion Repositories openrisc

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

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_InterruptedIOException__
5
#define __java_io_InterruptedIOException__
6
 
7
#pragma interface
8
 
9
#include <java/io/IOException.h>
10
 
11
class java::io::InterruptedIOException : public ::java::io::IOException
12
{
13
 
14
public:
15
  InterruptedIOException();
16
  InterruptedIOException(::java::lang::String *);
17
public: // actually package-private
18
  InterruptedIOException(::java::lang::String *, jint);
19
private:
20
  static const jlong serialVersionUID = 4020568460727500567LL;
21
public:
22
  jint __attribute__((aligned(__alignof__( ::java::io::IOException)))) bytesTransferred;
23
  static ::java::lang::Class class$;
24
};
25
 
26
#endif // __java_io_InterruptedIOException__

powered by: WebSVN 2.1.0

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