summaryrefslogtreecommitdiff
path: root/libjava/java/nio/channels/FileChannel$MapMode.h
blob: 954e6979e96498fb6cca28739c839e9e0cda4bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_nio_channels_FileChannel$MapMode__
#define __java_nio_channels_FileChannel$MapMode__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace nio
    {
      namespace channels
      {
          class FileChannel$MapMode;
      }
    }
  }
}

class java::nio::channels::FileChannel$MapMode : public ::java::lang::Object
{

public: // actually package-private
  FileChannel$MapMode(jint);
public:
  virtual ::java::lang::String * toString();
public: // actually package-private
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) m;
public:
  static ::java::nio::channels::FileChannel$MapMode * READ_ONLY;
  static ::java::nio::channels::FileChannel$MapMode * READ_WRITE;
  static ::java::nio::channels::FileChannel$MapMode * PRIVATE;
  static ::java::lang::Class class$;
};

#endif // __java_nio_channels_FileChannel$MapMode__