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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [java/] [nio/] [ShortBufferImpl.h] - Blame information for rev 847

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

powered by: WebSVN 2.1.0

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