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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [protocol/] [ftp/] [CompressedOutputStream.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_CompressedOutputStream__
5
#define __gnu_java_net_protocol_ftp_CompressedOutputStream__
6
 
7
#pragma interface
8
 
9
#include <gnu/java/net/protocol/ftp/DTPOutputStream.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 CompressedOutputStream;
25
              class DTP;
26
          }
27
        }
28
      }
29
    }
30
  }
31
}
32
 
33
class gnu::java::net::protocol::ftp::CompressedOutputStream : public ::gnu::java::net::protocol::ftp::DTPOutputStream
34
{
35
 
36
public: // actually package-private
37
  CompressedOutputStream(::gnu::java::net::protocol::ftp::DTP *, ::java::io::OutputStream *);
38
public:
39
  virtual void write(jint);
40
  virtual void write(JArray< jbyte > *);
41
  virtual void write(JArray< jbyte > *, jint, jint);
42
public: // actually package-private
43
  virtual JArray< jbyte > * compress(JArray< jbyte > *, jint, jint);
44
  virtual jint flush_compressed(JArray< jbyte > *, jint, jint, jbyte);
45
  virtual jint flush_raw(JArray< jbyte > *, jint, JArray< jbyte > *, jint, jint);
46
  virtual JArray< jbyte > * realloc(JArray< jbyte > *, jint);
47
public:
48
  virtual void close();
49
public: // actually package-private
50
  static const jbyte RECORD = -128;
51
  static const jbyte EOF = 64;
52
public:
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __gnu_java_net_protocol_ftp_CompressedOutputStream__

powered by: WebSVN 2.1.0

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