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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [nio/] [IntBufferImpl.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_nio_IntBufferImpl__
5
#define __java_nio_IntBufferImpl__
6
 
7
#pragma interface
8
 
9
#include <java/nio/IntBuffer.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace nio
17
    {
18
        class ByteOrder;
19
        class IntBuffer;
20
        class IntBufferImpl;
21
    }
22
  }
23
}
24
 
25
class java::nio::IntBufferImpl : public ::java::nio::IntBuffer
26
{
27
 
28
public: // actually package-private
29
  IntBufferImpl(jint);
30
  IntBufferImpl(JArray< jint > *, jint, jint, jint, jint, jint, jboolean);
31
public:
32
  jboolean isReadOnly();
33
  ::java::nio::IntBuffer * slice();
34
  ::java::nio::IntBuffer * duplicate();
35
  ::java::nio::IntBuffer * asReadOnlyBuffer();
36
  ::java::nio::IntBuffer * compact();
37
  jboolean isDirect();
38
  jint get();
39
  ::java::nio::IntBuffer * put(jint);
40
  jint get(jint);
41
  ::java::nio::IntBuffer * put(jint, jint);
42
  ::java::nio::ByteOrder * order();
43
private:
44
  jboolean __attribute__((aligned(__alignof__( ::java::nio::IntBuffer)))) readOnly;
45
public:
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __java_nio_IntBufferImpl__

powered by: WebSVN 2.1.0

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