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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [nio/] [DirectByteBufferImpl$ReadOnly.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_DirectByteBufferImpl$ReadOnly__
5
#define __java_nio_DirectByteBufferImpl$ReadOnly__
6
 
7
#pragma interface
8
 
9
#include <java/nio/DirectByteBufferImpl.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace gcj
15
    {
16
        class RawData;
17
    }
18
  }
19
  namespace java
20
  {
21
    namespace nio
22
    {
23
        class ByteBuffer;
24
        class DirectByteBufferImpl$ReadOnly;
25
    }
26
  }
27
}
28
 
29
class java::nio::DirectByteBufferImpl$ReadOnly : public ::java::nio::DirectByteBufferImpl
30
{
31
 
32
public: // actually package-private
33
  DirectByteBufferImpl$ReadOnly(::java::lang::Object *, ::gnu::gcj::RawData *, jint, jint, jint);
34
public:
35
  ::java::nio::ByteBuffer * put(jbyte);
36
  ::java::nio::ByteBuffer * put(jint, jbyte);
37
  jboolean isReadOnly();
38
  static ::java::lang::Class class$;
39
};
40
 
41
#endif // __java_nio_DirectByteBufferImpl$ReadOnly__

powered by: WebSVN 2.1.0

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