URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [nio/] [ByteOrder.h] - Rev 763
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_nio_ByteOrder__ #define __java_nio_ByteOrder__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace java { namespace nio { class ByteOrder; } } } class java::nio::ByteOrder : public ::java::lang::Object { public: static ::java::nio::ByteOrder * nativeOrder(); ::java::lang::String * toString(); private: ByteOrder(); public: static ::java::nio::ByteOrder * BIG_ENDIAN; static ::java::nio::ByteOrder * LITTLE_ENDIAN; static ::java::lang::Class class$; }; #endif // __java_nio_ByteOrder__
Go to most recent revision | Compare with Previous | Blame | View Log