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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [activation/] [ObjectDataContentHandler.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_activation_ObjectDataContentHandler__
5
#define __javax_activation_ObjectDataContentHandler__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
      namespace datatransfer
19
      {
20
          class DataFlavor;
21
      }
22
    }
23
  }
24
  namespace javax
25
  {
26
    namespace activation
27
    {
28
        class DataContentHandler;
29
        class DataSource;
30
        class ObjectDataContentHandler;
31
    }
32
  }
33
}
34
 
35
class javax::activation::ObjectDataContentHandler : public ::java::lang::Object
36
{
37
 
38
public:
39
  ObjectDataContentHandler(::javax::activation::DataContentHandler *, ::java::lang::Object *, ::java::lang::String *);
40
  virtual ::java::lang::Object * getContent(::javax::activation::DataSource *);
41
  virtual ::javax::activation::DataContentHandler * getDCH();
42
  virtual ::java::lang::Object * getTransferData(::java::awt::datatransfer::DataFlavor *, ::javax::activation::DataSource *);
43
  virtual JArray< ::java::awt::datatransfer::DataFlavor * > * getTransferDataFlavors();
44
  virtual void writeTo(::java::lang::Object *, ::java::lang::String *, ::java::io::OutputStream *);
45
private:
46
  ::javax::activation::DataContentHandler * __attribute__((aligned(__alignof__( ::java::lang::Object)))) dch;
47
  ::java::lang::Object * object;
48
  ::java::lang::String * mimeType;
49
  JArray< ::java::awt::datatransfer::DataFlavor * > * flavors;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __javax_activation_ObjectDataContentHandler__

powered by: WebSVN 2.1.0

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