summaryrefslogtreecommitdiff
path: root/libjava/java/nio/channels/FileChannel$MapMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/nio/channels/FileChannel$MapMode.h')
-rw-r--r--libjava/java/nio/channels/FileChannel$MapMode.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/libjava/java/nio/channels/FileChannel$MapMode.h b/libjava/java/nio/channels/FileChannel$MapMode.h
new file mode 100644
index 00000000000..954e6979e96
--- /dev/null
+++ b/libjava/java/nio/channels/FileChannel$MapMode.h
@@ -0,0 +1,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__