mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			1008 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1008 B
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// 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__
 |