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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [nio/] [channels/] [Pipe$SourceChannel.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_nio_channels_Pipe$SourceChannel__
5
#define __java_nio_channels_Pipe$SourceChannel__
6
 
7
#pragma interface
8
 
9
#include <java/nio/channels/spi/AbstractSelectableChannel.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace nio
17
    {
18
        class ByteBuffer;
19
      namespace channels
20
      {
21
          class Pipe$SourceChannel;
22
        namespace spi
23
        {
24
            class SelectorProvider;
25
        }
26
      }
27
    }
28
  }
29
}
30
 
31
class java::nio::channels::Pipe$SourceChannel : public ::java::nio::channels::spi::AbstractSelectableChannel
32
{
33
 
34
public: // actually protected
35
  Pipe$SourceChannel(::java::nio::channels::spi::SelectorProvider *);
36
public:
37
  virtual jint validOps();
38
  virtual jint read(::java::nio::ByteBuffer *) = 0;
39
  virtual jlong read(JArray< ::java::nio::ByteBuffer * > *, jint, jint) = 0;
40
  virtual jlong read(JArray< ::java::nio::ByteBuffer * > *) = 0;
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __java_nio_channels_Pipe$SourceChannel__

powered by: WebSVN 2.1.0

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