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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [io/] [FileDescriptor.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_FileDescriptor__
5
#define __java_io_FileDescriptor__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace nio
15
    {
16
      namespace channels
17
      {
18
          class ByteChannel;
19
      }
20
    }
21
  }
22
}
23
 
24
class java::io::FileDescriptor : public ::java::lang::Object
25
{
26
 
27
public:
28
  FileDescriptor();
29
public: // actually package-private
30
  FileDescriptor(::java::nio::channels::ByteChannel *);
31
public:
32
  void sync();
33
  jboolean valid();
34
  static ::java::io::FileDescriptor * in;
35
  static ::java::io::FileDescriptor * out;
36
  static ::java::io::FileDescriptor * err;
37
public: // actually package-private
38
  ::java::nio::channels::ByteChannel * __attribute__((aligned(__alignof__( ::java::lang::Object)))) channel;
39
public:
40
  static ::java::lang::Class class$;
41
};
42
 
43
#endif // __java_io_FileDescriptor__

powered by: WebSVN 2.1.0

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