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

Inheritance: System.IO.BinaryReader
ファイルを表示 Open project: Core-Techs/TiffLibrary Class Usage Examples

Protected Properties

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

Public Methods

Method Description
Close ( ) : void
Read ( ) : int
ZInputStream ( System in_Renamed ) : System
ZInputStream ( System in_Renamed, int level ) : System
read ( byte b, int off, int len ) : int
skip ( long n ) : long

Private Methods

Method Description
InitBlock ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

public Read ( ) : int
return int

ZInputStream() public method

public ZInputStream ( System in_Renamed ) : System
in_Renamed System
return System

ZInputStream() public method

public ZInputStream ( System in_Renamed, int level ) : System
in_Renamed System
level int
return System

read() public method

public read ( byte b, int off, int len ) : int
b byte
off int
len int
return int

skip() public method

public skip ( long n ) : long
n long
return long

Property Details

buf protected_oe property

protected byte[] buf
return byte[]

bufsize protected_oe property

protected int bufsize
return int

compress protected_oe property

protected bool compress
return bool

flush protected_oe property

protected int flush
return int

z protected_oe property

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