// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_nio_charset_MacGreek__
#define __gnu_java_nio_charset_MacGreek__

#pragma interface

#include <gnu/java/nio/charset/ByteCharset.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace nio
      {
        namespace charset
        {
            class MacGreek;
        }
      }
    }
  }
}

class gnu::java::nio::charset::MacGreek : public ::gnu::java::nio::charset::ByteCharset
{

public:
  MacGreek();
private:
  static JArray< jchar > * lookup;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_nio_charset_MacGreek__