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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [activation/] [URLDataSource.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_URLDataSource__
5
#define __javax_activation_URLDataSource__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace net
15
    {
16
        class URL;
17
        class URLConnection;
18
    }
19
  }
20
  namespace javax
21
  {
22
    namespace activation
23
    {
24
        class URLDataSource;
25
    }
26
  }
27
}
28
 
29
class javax::activation::URLDataSource : public ::java::lang::Object
30
{
31
 
32
public:
33
  URLDataSource(::java::net::URL *);
34
  virtual ::java::lang::String * getContentType();
35
  virtual ::java::lang::String * getName();
36
  virtual ::java::io::InputStream * getInputStream();
37
  virtual ::java::io::OutputStream * getOutputStream();
38
  virtual ::java::net::URL * getURL();
39
private:
40
  ::java::net::URL * __attribute__((aligned(__alignof__( ::java::lang::Object)))) url;
41
  ::java::net::URLConnection * connection;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __javax_activation_URLDataSource__

powered by: WebSVN 2.1.0

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