home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / sun_io_CharToByteConverter.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  679b  |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_io_CharToByteConverter */
  4.  
  5. #ifndef _Included_sun_io_CharToByteConverter
  6. #define _Included_sun_io_CharToByteConverter
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classsun_io_CharToByteConverter {
  11.     /*boolean*/ long subMode;
  12.     struct HArrayOfByte *subBytes;
  13.     long charOff;
  14.     long byteOff;
  15.     long badInputLength;
  16. /* Inaccessible static: pkgString */
  17. /* Inaccessible static: defClassCache */
  18. } Classsun_io_CharToByteConverter;
  19. HandleTo(sun_io_CharToByteConverter);
  20.  
  21. #pragma pack()
  22.  
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.