mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
52 lines
994 B
C
52 lines
994 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_nio_charset_UnicodeLittle__
|
||
|
#define __gnu_java_nio_charset_UnicodeLittle__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/nio/charset/Charset.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace nio
|
||
|
{
|
||
|
namespace charset
|
||
|
{
|
||
|
class UnicodeLittle;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
namespace java
|
||
|
{
|
||
|
namespace nio
|
||
|
{
|
||
|
namespace charset
|
||
|
{
|
||
|
class Charset;
|
||
|
class CharsetDecoder;
|
||
|
class CharsetEncoder;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::nio::charset::UnicodeLittle : public ::java::nio::charset::Charset
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
UnicodeLittle();
|
||
|
public:
|
||
|
jboolean contains(::java::nio::charset::Charset *);
|
||
|
::java::nio::charset::CharsetDecoder * newDecoder();
|
||
|
::java::nio::charset::CharsetEncoder * newEncoder();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_nio_charset_UnicodeLittle__
|