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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [protocol/] [file/] [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_file_Connection__
5
#define __gnu_java_net_protocol_file_Connection__
6
 
7
#pragma interface
8
 
9
#include <java/net/URLConnection.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace net
19
      {
20
        namespace protocol
21
        {
22
          namespace file
23
          {
24
              class Connection;
25
          }
26
        }
27
      }
28
    }
29
  }
30
  namespace java
31
  {
32
    namespace net
33
    {
34
        class URL;
35
    }
36
    namespace security
37
    {
38
        class Permission;
39
    }
40
  }
41
}
42
 
43
class gnu::java::net::protocol::file::Connection : public ::java::net::URLConnection
44
{
45
 
46
public:
47
  Connection(::java::net::URL *);
48
  static ::java::lang::String * unquote(::java::lang::String *);
49
  virtual void connect();
50
public: // actually package-private
51
  virtual JArray< jbyte > * getDirectoryListing();
52
public:
53
  virtual ::java::io::InputStream * getInputStream();
54
  virtual ::java::io::OutputStream * getOutputStream();
55
  virtual jlong getLastModified();
56
  virtual ::java::lang::String * getHeaderField(::java::lang::String *);
57
  virtual jint getContentLength();
58
  virtual ::java::security::Permission * getPermission();
59
private:
60
  static ::java::lang::String * DEFAULT_PERMISSION;
61
  ::java::io::File * __attribute__((aligned(__alignof__( ::java::net::URLConnection)))) file;
62
  JArray< jbyte > * directoryListing;
63
  ::java::io::InputStream * inputStream;
64
  ::java::io::OutputStream * outputStream;
65
  ::java::io::FilePermission * permission;
66
public:
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_java_net_protocol_file_Connection__

powered by: WebSVN 2.1.0

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