Fix typo in the last changelog entry.
[official-gcc.git] / libjava / java / lang / Readable.h
blobd8e7d2185c30f37a7971af2f94627d158e3bc606
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_Readable__
5 #define __java_lang_Readable__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace nio
16 class CharBuffer;
21 class java::lang::Readable : public ::java::lang::Object
24 public:
25 virtual jint read(::java::nio::CharBuffer *) = 0;
26 static ::java::lang::Class class$;
27 } __attribute__ ((java_interface));
29 #endif // __java_lang_Readable__