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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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