ByteOrder.h 631 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_nio_ByteOrder__
  3. #define __java_nio_ByteOrder__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace nio
  11. {
  12. class ByteOrder;
  13. }
  14. }
  15. }
  16. class java::nio::ByteOrder : public ::java::lang::Object
  17. {
  18. public:
  19. static ::java::nio::ByteOrder * nativeOrder();
  20. ::java::lang::String * toString();
  21. private:
  22. ByteOrder();
  23. public:
  24. static ::java::nio::ByteOrder * BIG_ENDIAN;
  25. static ::java::nio::ByteOrder * LITTLE_ENDIAN;
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __java_nio_ByteOrder__