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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [nio/] [PipeImpl$SourceChannelImpl.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_nio_PipeImpl$SourceChannelImpl__
5
#define __gnu_java_nio_PipeImpl$SourceChannelImpl__
6
 
7
#pragma interface
8
 
9
#include <java/nio/channels/Pipe$SourceChannel.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace nio
19
      {
20
          class PipeImpl$SourceChannelImpl;
21
          class VMChannel;
22
      }
23
    }
24
  }
25
  namespace java
26
  {
27
    namespace nio
28
    {
29
        class ByteBuffer;
30
      namespace channels
31
      {
32
        namespace spi
33
        {
34
            class SelectorProvider;
35
        }
36
      }
37
    }
38
  }
39
}
40
 
41
class gnu::java::nio::PipeImpl$SourceChannelImpl : public ::java::nio::channels::Pipe$SourceChannel
42
{
43
 
44
public:
45
  PipeImpl$SourceChannelImpl(::java::nio::channels::spi::SelectorProvider *, jint);
46
public: // actually protected
47
  void implCloseSelectableChannel();
48
  void implConfigureBlocking(jboolean);
49
public:
50
  jint read(::java::nio::ByteBuffer *);
51
  jlong read(JArray< ::java::nio::ByteBuffer * > *);
52
  jlong read(JArray< ::java::nio::ByteBuffer * > *, jint, jint);
53
  jint getNativeFD();
54
private:
55
  jint __attribute__((aligned(__alignof__( ::java::nio::channels::Pipe$SourceChannel)))) native_fd;
56
  ::gnu::java::nio::VMChannel * vmch;
57
public:
58
  static ::java::lang::Class class$;
59
};
60
 
61
#endif // __gnu_java_nio_PipeImpl$SourceChannelImpl__

powered by: WebSVN 2.1.0

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