home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
sun_io_ByteToCharConverter.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
679b
|
30 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_io_ByteToCharConverter */
#ifndef _Included_sun_io_ByteToCharConverter
#define _Included_sun_io_ByteToCharConverter
#pragma pack(4)
typedef struct Classsun_io_ByteToCharConverter {
/*boolean*/ long subMode;
struct HArrayOfChar *subChars;
long charOff;
long byteOff;
long badInputLength;
/* Inaccessible static: pkgString */
/* Inaccessible static: defClassCache */
} Classsun_io_ByteToCharConverter;
HandleTo(sun_io_ByteToCharConverter);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif