Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / libjava / gnu / javax / net / ssl / provider / Util$WrappedBuffer.h
blobad7d244f749b6cbe0fbe6296ec000332ee27bff2
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_net_ssl_provider_Util$WrappedBuffer__
5 #define __gnu_javax_net_ssl_provider_Util$WrappedBuffer__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace net
18 namespace ssl
20 namespace provider
22 class Util$WrappedBuffer;
28 namespace java
30 namespace nio
32 class ByteBuffer;
37 class gnu::javax::net::ssl::provider::Util$WrappedBuffer : public ::java::lang::Object
40 public: // actually package-private
41 Util$WrappedBuffer(::java::nio::ByteBuffer *, ::java::lang::String *);
42 public:
43 virtual ::java::lang::String * toString();
44 private:
45 ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) buffer;
46 ::java::lang::String * prefix;
47 public:
48 static ::java::lang::Class class$;
51 #endif // __gnu_javax_net_ssl_provider_Util$WrappedBuffer__