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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [protocol/] [jar/] [Connection.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_net_protocol_jar_Connection__
5
#define __gnu_java_net_protocol_jar_Connection__
6
 
7
#pragma interface
8
 
9
#include <java/net/JarURLConnection.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace net
17
      {
18
        namespace protocol
19
        {
20
          namespace jar
21
          {
22
              class Connection;
23
          }
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace net
31
    {
32
        class URL;
33
    }
34
    namespace text
35
    {
36
        class SimpleDateFormat;
37
    }
38
  }
39
}
40
 
41
class gnu::java::net::protocol::jar::Connection : public ::java::net::JarURLConnection
42
{
43
 
44
public: // actually protected
45
  Connection(::java::net::URL *);
46
public:
47
  void connect();
48
  ::java::io::InputStream * getInputStream();
49
  ::java::util::jar::JarFile * getJarFile();
50
  ::java::lang::String * getHeaderField(::java::lang::String *);
51
  jint getContentLength();
52
  jlong getLastModified();
53
private:
54
  static ::java::text::SimpleDateFormat * dateFormat;
55
  ::java::util::jar::JarFile * __attribute__((aligned(__alignof__( ::java::net::JarURLConnection)))) jar_file;
56
  ::java::util::jar::JarEntry * jar_entry;
57
  ::java::net::URL * jar_url;
58
public:
59
  static ::java::lang::Class class$;
60
};
61
 
62
#endif // __gnu_java_net_protocol_jar_Connection__

powered by: WebSVN 2.1.0

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