home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / jbuilder / jruntime.z / java_lang_Byte.h < prev    next >
C/C++ Source or Header  |  1997-08-25  |  695b  |  31 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_lang_Byte */
  4.  
  5. #ifndef _Included_java_lang_Byte
  6. #define _Included_java_lang_Byte
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classjava_lang_Byte {
  11. #undef java_lang_Byte_serialVersionUID
  12. #define java_lang_Byte_serialVersionUID -8742448824652078965LL
  13. #undef java_lang_Byte_MIN_VALUE
  14. #define java_lang_Byte_MIN_VALUE -128L
  15. #undef java_lang_Byte_MAX_VALUE
  16. #define java_lang_Byte_MAX_VALUE 127L
  17. /* Inaccessible static: TYPE */
  18.     long value;
  19. } Classjava_lang_Byte;
  20. HandleTo(java_lang_Byte);
  21.  
  22. #pragma pack()
  23.  
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif
  31.