Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

CipherOutputStream Class Reference

Inherits java::io::FilterOutputStream.

List of all members.


Detailed Description

.intel.drl.spec_ref

Public Member Functions

 CipherOutputStream (OutputStream os, Cipher c)
 .intel.drl.spec_ref
void write (int b) throws IOException
 .intel.drl.spec_ref
void write (byte[] b) throws IOException
 .intel.drl.spec_ref
void write (byte[] b, int off, int len) throws IOException
 .intel.drl.spec_ref
void flush () throws IOException
 .intel.drl.spec_ref
void close () throws IOException
 .intel.drl.spec_ref

Protected Member Functions

 CipherOutputStream (OutputStream os)
 .intel.drl.spec_ref

Private Attributes

final Cipher cipher
final byte[] arr = new byte[1]

Constructor & Destructor Documentation

.intel.drl.spec_ref

CipherOutputStream ( OutputStream  os  )  [protected]

.intel.drl.spec_ref


Member Function Documentation

void write ( int  b  )  throws IOException [virtual]

.intel.drl.spec_ref

Reimplemented from FilterOutputStream.

void write ( byte[]  b  )  throws IOException

.intel.drl.spec_ref

void write ( byte[]  b,
int  off,
int  len 
) throws IOException

.intel.drl.spec_ref

void flush (  )  throws IOException

.intel.drl.spec_ref

Reimplemented from FilterOutputStream.

void close (  )  throws IOException

.intel.drl.spec_ref

Reimplemented from FilterOutputStream.


Member Data Documentation

final Cipher cipher [private]

final byte [] arr = new byte[1] [private]