C# Class System.util.zlib.ZDeflaterOutputStream

Summary description for DeflaterOutputStream.
Inheritance: Stream
Mostra file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
buf byte[]
flushLevel int
outp Stream
z ZStream

Public Methods

Method 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 method

public Close ( ) : void
return void

End() public method

public End ( ) : void
return void

Finish() public method

public Finish ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

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 b ) : void
b byte
return void

ZDeflaterOutputStream() public method

public ZDeflaterOutputStream ( Stream outp ) : System
outp Stream
return System

ZDeflaterOutputStream() public method

public ZDeflaterOutputStream ( Stream outp, int level ) : System
outp Stream
level int
return System

ZDeflaterOutputStream() public method

public ZDeflaterOutputStream ( Stream outp, int level, bool nowrap ) : System
outp Stream
level int
nowrap bool
return System

Property Details

buf protected_oe property

protected byte[] buf
return byte[]

flushLevel protected_oe property

protected int flushLevel
return int

outp protected_oe property

protected Stream outp
return Stream

z protected_oe property

protected ZStream,System.util.zlib z
return ZStream