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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [CipherOutputStream.h] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_crypto_CipherOutputStream__
#define __javax_crypto_CipherOutputStream__
 
#pragma interface
 
#include <java/io/FilterOutputStream.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace javax
  {
    namespace crypto
    {
        class Cipher;
        class CipherOutputStream;
    }
  }
}
 
class javax::crypto::CipherOutputStream : public ::java::io::FilterOutputStream
{
 
public:
  CipherOutputStream(::java::io::OutputStream *, ::javax::crypto::Cipher *);
public: // actually protected
  CipherOutputStream(::java::io::OutputStream *);
public:
  virtual void close();
  virtual void flush();
  virtual void write(jint);
  virtual void write(JArray< jbyte > *);
  virtual void write(JArray< jbyte > *, jint, jint);
private:
  ::javax::crypto::Cipher * __attribute__((aligned(__alignof__( ::java::io::FilterOutputStream)))) cipher;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_crypto_CipherOutputStream__
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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