mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
54 lines
1.1 KiB
C++
54 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_nio_charset_UTF_8$Decoder__
|
|
#define __gnu_java_nio_charset_UTF_8$Decoder__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/nio/charset/CharsetDecoder.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace nio
|
|
{
|
|
namespace charset
|
|
{
|
|
class UTF_8$Decoder;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace java
|
|
{
|
|
namespace nio
|
|
{
|
|
class ByteBuffer;
|
|
class CharBuffer;
|
|
namespace charset
|
|
{
|
|
class Charset;
|
|
class CoderResult;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::nio::charset::UTF_8$Decoder : public ::java::nio::charset::CharsetDecoder
|
|
{
|
|
|
|
public: // actually package-private
|
|
UTF_8$Decoder(::java::nio::charset::Charset *);
|
|
public: // actually protected
|
|
::java::nio::charset::CoderResult * decodeLoop(::java::nio::ByteBuffer *, ::java::nio::CharBuffer *);
|
|
private:
|
|
static jboolean isContinuation(jbyte);
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_nio_charset_UTF_8$Decoder__
|