C# Class System.util.zlib.ZDeflaterOutputStream

Summary description for DeflaterOutputStream.
Inheritance: Stream
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
buf byte[]
flushLevel int
outp Stream
z ZStream

Méthodes publiques

Méthode Description
Close ( ) : void
End ( ) : void
Finish ( ) : void
Flush ( ) : void
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 b ) : void
ZDeflaterOutputStream ( Stream outp ) : System
ZDeflaterOutputStream ( Stream outp, int level ) : System
ZDeflaterOutputStream ( Stream outp, int level, bool nowrap ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

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 b ) : void
b byte
Résultat void

ZDeflaterOutputStream() public méthode

public ZDeflaterOutputStream ( Stream outp ) : System
outp Stream
Résultat System

ZDeflaterOutputStream() public méthode

public ZDeflaterOutputStream ( Stream outp, int level ) : System
outp Stream
level int
Résultat System

ZDeflaterOutputStream() public méthode

public ZDeflaterOutputStream ( Stream outp, int level, bool nowrap ) : System
outp Stream
level int
nowrap bool
Résultat System

Property Details

buf protected_oe property

protected byte[] buf
Résultat byte[]

flushLevel protected_oe property

protected int flushLevel
Résultat int

outp protected_oe property

protected Stream outp
Résultat Stream

z protected_oe property

protected ZStream,System.util.zlib z
Résultat ZStream