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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [protocol/] [ftp/] [CompressedInputStream.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_ftp_CompressedInputStream__
5
#define __gnu_java_net_protocol_ftp_CompressedInputStream__
6
 
7
#pragma interface
8
 
9
#include <gnu/java/net/protocol/ftp/DTPInputStream.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 ftp
23
          {
24
              class CompressedInputStream;
25
              class DTP;
26
          }
27
        }
28
      }
29
    }
30
  }
31
}
32
 
33
class gnu::java::net::protocol::ftp::CompressedInputStream : public ::gnu::java::net::protocol::ftp::DTPInputStream
34
{
35
 
36
public: // actually package-private
37
  CompressedInputStream(::gnu::java::net::protocol::ftp::DTP *, ::java::io::InputStream *);
38
public:
39
  virtual jint read();
40
  virtual jint read(JArray< jbyte > *);
41
  virtual jint read(JArray< jbyte > *, jint, jint);
42
public: // actually package-private
43
  virtual void readHeader();
44
  virtual void readCodeHeader();
45
  static const jint EOF = 64;
46
  static const jint RAW = 0;
47
  static const jint COMPRESSED = 128;
48
  static const jint FILLER = 192;
49
  jint __attribute__((aligned(__alignof__( ::gnu::java::net::protocol::ftp::DTPInputStream)))) descriptor;
50
  jint max;
51
  jint count;
52
  jint state;
53
  jint rep;
54
  jint n;
55
public:
56
  static ::java::lang::Class class$;
57
};
58
 
59
#endif // __gnu_java_net_protocol_ftp_CompressedInputStream__

powered by: WebSVN 2.1.0

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