aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/CORBA/CDR/EncapsulationStream.h
blob: 9b3a2d5f2d8e6ae39245a3ba4588b26e200a8386 (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

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

#ifndef __gnu_CORBA_CDR_EncapsulationStream__
#define __gnu_CORBA_CDR_EncapsulationStream__

#pragma interface

#include <gnu/CORBA/CDR/AbstractCdrOutput.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace CDR
      {
          class AligningOutput;
          class EncapsulationStream;
      }
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
        namespace portable
        {
            class InputStream;
            class OutputStream;
        }
      }
    }
  }
}

class gnu::CORBA::CDR::EncapsulationStream : public ::gnu::CORBA::CDR::AbstractCdrOutput
{

public:
  EncapsulationStream(::org::omg::CORBA::portable::OutputStream *, jboolean);
  virtual void setOffset(jint);
  virtual void align(jint);
  virtual void close();
  virtual ::org::omg::CORBA::portable::InputStream * create_input_stream();
  virtual void reset();
  static const jbyte BIG_ENDIAN = 0;
  static const jbyte LITTLE_ENDIAN = 1;
  ::gnu::CORBA::CDR::AligningOutput * __attribute__((aligned(__alignof__( ::gnu::CORBA::CDR::AbstractCdrOutput)))) buffer;
  ::org::omg::CORBA::portable::OutputStream * parent;
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_CDR_EncapsulationStream__