C# Class iTextSharp.text.pdf.OutputStreamEncryption

Inheritance: Stream
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
arcfour iTextSharp.text.pdf.crypto.ARCFOUREncryption
cipher iTextSharp.text.pdf.crypto.AESCipher
outc Stream

Public Methods

Method Description
Close ( ) : void
Finish ( ) : void
Flush ( ) : void
OutputStreamEncryption ( Stream outc, byte key, int revision ) : System
OutputStreamEncryption ( Stream outc, byte key, int off, int len, int revision ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte b, int off, int len ) : void
WriteByte ( byte value ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

OutputStreamEncryption() public method

public OutputStreamEncryption ( Stream outc, byte key, int revision ) : System
outc Stream
key byte
revision int
return System

OutputStreamEncryption() public method

public OutputStreamEncryption ( Stream outc, byte key, int off, int len, int revision ) : System
outc Stream
key byte
off int
len int
revision int
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

Property Details

arcfour protected_oe property

protected ARCFOUREncryption,iTextSharp.text.pdf.crypto arcfour
return iTextSharp.text.pdf.crypto.ARCFOUREncryption

cipher protected_oe property

protected AESCipher,iTextSharp.text.pdf.crypto cipher
return iTextSharp.text.pdf.crypto.AESCipher

outc protected_oe property

protected Stream outc
return Stream