Properly regenerate gcc/configure.
[official-gcc.git] / libjava / java / nio / ByteOrder.h
blob730cb7fd90a559e9f38d6f868c88a1967dfe991d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_nio_ByteOrder__
5 #define __java_nio_ByteOrder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace nio
16 class ByteOrder;
21 class java::nio::ByteOrder : public ::java::lang::Object
24 public:
25 static ::java::nio::ByteOrder * nativeOrder();
26 ::java::lang::String * toString();
27 private:
28 ByteOrder();
29 public:
30 static ::java::nio::ByteOrder * BIG_ENDIAN;
31 static ::java::nio::ByteOrder * LITTLE_ENDIAN;
32 static ::java::lang::Class class$;
35 #endif // __java_nio_ByteOrder__