home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 July
/
Chip_1998-07_cd.bin
/
zkuste
/
JBuilder
/
JBuild
/
jbuilder
/
jruntime.z
/
sun_io_CharToByteConverter.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-08-25
|
637b
|
29 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_io_CharToByteConverter */
#ifndef _Included_sun_io_CharToByteConverter
#define _Included_sun_io_CharToByteConverter
#pragma pack(4)
typedef struct Classsun_io_CharToByteConverter {
/*boolean*/ long subMode;
struct HArrayOfByte *subBytes;
long charOff;
long byteOff;
long badInputLength;
/* Inaccessible static: pkgString */
} Classsun_io_CharToByteConverter;
HandleTo(sun_io_CharToByteConverter);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif