Output_UTF8.h 899 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_gcj_convert_Output_UTF8__
  3. #define __gnu_gcj_convert_Output_UTF8__
  4. #pragma interface
  5. #include <gnu/gcj/convert/UnicodeToBytes.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace gcj
  12. {
  13. namespace convert
  14. {
  15. class Output_UTF8;
  16. }
  17. }
  18. }
  19. }
  20. class gnu::gcj::convert::Output_UTF8 : public ::gnu::gcj::convert::UnicodeToBytes
  21. {
  22. public:
  23. Output_UTF8();
  24. virtual ::java::lang::String * getName();
  25. virtual jint write(JArray< jchar > *, jint, jint);
  26. virtual jboolean havePendingBytes();
  27. jboolean __attribute__((aligned(__alignof__( ::gnu::gcj::convert::UnicodeToBytes)))) standardUTF8;
  28. public: // actually package-private
  29. jchar hi_part;
  30. jint value;
  31. jint bytes_todo;
  32. public:
  33. static ::java::lang::Class class$;
  34. };
  35. #endif // __gnu_gcj_convert_Output_UTF8__