aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/javax/rmi/CORBA/CorbaInput.h
blob: 8467a1c0789cc57ddc8639b9f18b1f7b9926cdd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94

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

#ifndef __gnu_javax_rmi_CORBA_CorbaInput__
#define __gnu_javax_rmi_CORBA_CorbaInput__

#pragma interface

#include <java/io/ObjectInputStream.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace CDR
      {
          class gnuRuntime;
      }
    }
    namespace javax
    {
      namespace rmi
      {
        namespace CORBA
        {
            class CorbaInput;
            class RmiUtilities;
        }
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA_2_3
      {
        namespace portable
        {
            class InputStream;
        }
      }
    }
  }
}

class gnu::javax::rmi::CORBA::CorbaInput : public ::java::io::ObjectInputStream
{

public:
  CorbaInput(::org::omg::CORBA_2_3::portable::InputStream *, ::java::lang::Object *, ::gnu::javax::rmi::CORBA::RmiUtilities *, jint, ::java::lang::String *, ::gnu::CORBA::CDR::gnuRuntime *);
  virtual jint available();
  virtual void close();
  virtual void defaultReadObject();
  virtual void mark(jint);
  virtual jboolean markSupported();
  virtual jint read();
  virtual jint read(JArray< jbyte > *, jint, jint);
  virtual jint read(JArray< jbyte > *);
  virtual jboolean readBoolean();
  virtual jbyte readByte();
  virtual jchar readChar();
  virtual jdouble readDouble();
  virtual jfloat readFloat();
  virtual void readFully(JArray< jbyte > *, jint, jint);
  virtual void readFully(JArray< jbyte > *);
  virtual jint readInt();
  virtual ::java::lang::String * readLine();
  virtual jlong readLong();
  virtual jshort read_short();
  virtual jint readUnsignedByte();
  virtual jint readUnsignedShort();
  virtual ::java::lang::String * readUTF();
  virtual void reset();
  virtual jlong skip(jlong);
  virtual jint skipBytes(jint);
public: // actually protected
  virtual ::java::lang::Object * readObjectOverride();
public:
  ::org::omg::CORBA_2_3::portable::InputStream * __attribute__((aligned(__alignof__( ::java::io::ObjectInputStream)))) stream;
public: // actually package-private
  ::gnu::javax::rmi::CORBA::RmiUtilities * util;
  ::java::lang::Object * current;
  jint offset;
  ::java::lang::String * rid;
  ::gnu::CORBA::CDR::gnuRuntime * runtime;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_javax_rmi_CORBA_CorbaInput__