C# Class ComponentAce.Compression.Libs.zlib.ZOutputStream

Inheritance: System.IO.Stream
Show file Open project: Core-Techs/TiffLibrary Class Usage Examples

Protected Properties

Property Type Description
buf byte[]
bufsize int
compress bool
flush_Renamed_Field int
z ZStream

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Read ( System buffer, System offset, System count ) : Int32
Seek ( System offset, System origin ) : System.Int64
SetLength ( System value ) : void
Write ( System b1, int off, int len ) : void
WriteByte ( byte b ) : void
WriteByte ( int b ) : void
ZOutputStream ( System out_Renamed ) : System
ZOutputStream ( System out_Renamed, int level ) : System
end ( ) : void
finish ( ) : void

Private Methods

Method Description
InitBlock ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( System buffer, System offset, System count ) : Int32
buffer System
offset System
count System
return System.Int32

Seek() public method

public Seek ( System offset, System origin ) : System.Int64
offset System
origin System
return System.Int64

SetLength() public method

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

Write() public method

public Write ( System b1, int off, int len ) : void
b1 System
off int
len int
return void

WriteByte() public method

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

WriteByte() public method

public WriteByte ( int b ) : void
b int
return void

ZOutputStream() public method

public ZOutputStream ( System out_Renamed ) : System
out_Renamed System
return System

ZOutputStream() public method

public ZOutputStream ( System out_Renamed, int level ) : System
out_Renamed System
level int
return System

end() public method

public end ( ) : void
return void

finish() public method

public finish ( ) : void
return void

Property Details

buf protected property

protected byte[] buf
return byte[]

bufsize protected property

protected int bufsize
return int

compress protected property

protected bool compress
return bool

flush_Renamed_Field protected property

protected int flush_Renamed_Field
return int

z protected property

protected ZStream,ComponentAce.Compression.Libs.zlib z
return ZStream