home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / zkuste / JBuilder / JBuild / jbuilder / jruntime.z / sun_io_ByteToCharConverter.h < prev    next >
C/C++ Source or Header  |  1997-08-25  |  637b  |  29 lines

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