summaryrefslogtreecommitdiff
path: root/libjava/gnu/java/net/protocol/jar/Connection.h
blob: 5456919fbaf4e79f57711f6294a3c4e7cada572a (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
57
58
59
60
61
62
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_net_protocol_jar_Connection__
#define __gnu_java_net_protocol_jar_Connection__

#pragma interface

#include <java/net/JarURLConnection.h>
extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace net
      {
        namespace protocol
        {
          namespace jar
          {
              class Connection;
          }
        }
      }
    }
  }
  namespace java
  {
    namespace net
    {
        class URL;
    }
    namespace text
    {
        class SimpleDateFormat;
    }
  }
}

class gnu::java::net::protocol::jar::Connection : public ::java::net::JarURLConnection
{

public: // actually protected
  Connection(::java::net::URL *);
public:
  void connect();
  ::java::io::InputStream * getInputStream();
  ::java::util::jar::JarFile * getJarFile();
  ::java::lang::String * getHeaderField(::java::lang::String *);
  jint getContentLength();
  jlong getLastModified();
private:
  static ::java::text::SimpleDateFormat * dateFormat;
  ::java::util::jar::JarFile * __attribute__((aligned(__alignof__( ::java::net::JarURLConnection)))) jar_file;
  ::java::util::jar::JarEntry * jar_entry;
  ::java::net::URL * jar_url;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_net_protocol_jar_Connection__