OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [stream/] [UnicodeReader.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_xml_stream_UnicodeReader__
5
#define __gnu_xml_stream_UnicodeReader__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace xml
17
    {
18
      namespace stream
19
      {
20
          class UnicodeReader;
21
      }
22
    }
23
  }
24
}
25
 
26
class gnu::xml::stream::UnicodeReader : public ::java::lang::Object
27
{
28
 
29
public: // actually package-private
30
  UnicodeReader(::java::io::Reader *);
31
public:
32
  virtual void mark(jint);
33
  virtual void reset();
34
  virtual jint read();
35
  virtual jint read(JArray< jint > *, jint, jint);
36
  virtual void close();
37
  static JArray< jint > * toCodePointArray(::java::lang::String *);
38
public: // actually package-private
39
  ::java::io::Reader * __attribute__((aligned(__alignof__( ::java::lang::Object)))) in;
40
public:
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __gnu_xml_stream_UnicodeReader__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.