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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [protocol/] [http/] [ChunkedInputStream.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_http_ChunkedInputStream__
5
#define __gnu_java_net_protocol_http_ChunkedInputStream__
6
 
7
#pragma interface
8
 
9
#include <java/io/InputStream.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 http
23
          {
24
              class ChunkedInputStream;
25
              class Headers;
26
          }
27
        }
28
      }
29
    }
30
  }
31
}
32
 
33
class gnu::java::net::protocol::http::ChunkedInputStream : public ::java::io::InputStream
34
{
35
 
36
public:
37
  ChunkedInputStream(::java::io::InputStream *, ::gnu::java::net::protocol::http::Headers *);
38
  virtual jint read();
39
  virtual jint read(JArray< jbyte > *, jint, jint);
40
  virtual jint available();
41
  virtual void close();
42
public: // actually package-private
43
  ::gnu::java::net::protocol::http::Headers * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) headers;
44
private:
45
  ::java::io::InputStream * in;
46
public: // actually package-private
47
  jint size;
48
  jint count;
49
  jboolean meta;
50
  jboolean eof;
51
public:
52
  static ::java::lang::Class class$;
53
};
54
 
55
#endif // __gnu_java_net_protocol_http_ChunkedInputStream__

powered by: WebSVN 2.1.0

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