C# Class iTextSharp.text.pdf.OutputStreamEncryption

Inheritance: Stream
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
arcfour iTextSharp.text.pdf.crypto.ARCFOUREncryption
cipher iTextSharp.text.pdf.crypto.AESCipher
outc Stream

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

OutputStreamEncryption() public méthode

public OutputStreamEncryption ( Stream outc, byte key, int revision ) : System
outc Stream
key byte
revision int
Résultat System

OutputStreamEncryption() public méthode

public OutputStreamEncryption ( Stream outc, byte key, int off, int len, int revision ) : System
outc Stream
key byte
off int
len int
revision int
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte b, int off, int len ) : void
b byte
off int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

Property Details

arcfour protected_oe property

protected ARCFOUREncryption,iTextSharp.text.pdf.crypto arcfour
Résultat iTextSharp.text.pdf.crypto.ARCFOUREncryption

cipher protected_oe property

protected AESCipher,iTextSharp.text.pdf.crypto cipher
Résultat iTextSharp.text.pdf.crypto.AESCipher

outc protected_oe property

protected Stream outc
Résultat Stream