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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [util/] [ByteBufferOutputStream.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_security_util_ByteBufferOutputStream__
5
#define __gnu_java_security_util_ByteBufferOutputStream__
6
 
7
#pragma interface
8
 
9
#include <java/io/OutputStream.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace security
19
      {
20
        namespace util
21
        {
22
            class ByteBufferOutputStream;
23
        }
24
      }
25
    }
26
  }
27
  namespace java
28
  {
29
    namespace nio
30
    {
31
        class ByteBuffer;
32
    }
33
  }
34
}
35
 
36
class gnu::java::security::util::ByteBufferOutputStream : public ::java::io::OutputStream
37
{
38
 
39
public:
40
  ByteBufferOutputStream();
41
  ByteBufferOutputStream(jint);
42
  virtual void write(jint);
43
  virtual void write(JArray< jbyte > *, jint, jint);
44
  virtual void write(JArray< jbyte > *);
45
  virtual ::java::nio::ByteBuffer * buffer();
46
  virtual ::java::lang::String * toString();
47
private:
48
  void growBuffer();
49
  ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::io::OutputStream)))) buffer__;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __gnu_java_security_util_ByteBufferOutputStream__

powered by: WebSVN 2.1.0

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