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

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: Core-Techs/TiffLibrary Class Usage Examples

Protected Properties

Свойство Type Description
buf byte[]
bufsize int
compress bool
flush int
z ZStream

Méthodes publiques

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

Méthode Description
InitBlock ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Read() public méthode

public Read ( ) : int
Résultat int

ZInputStream() public méthode

public ZInputStream ( System in_Renamed ) : System
in_Renamed System
Résultat System

ZInputStream() public méthode

public ZInputStream ( System in_Renamed, int level ) : System
in_Renamed System
level int
Résultat System

read() public méthode

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

skip() public méthode

public skip ( long n ) : long
n long
Résultat long

Property Details

buf protected_oe property

protected byte[] buf
Résultat byte[]

bufsize protected_oe property

protected int bufsize
Résultat int

compress protected_oe property

protected bool compress
Résultat bool

flush protected_oe property

protected int flush
Résultat int

z protected_oe property

protected ZStream,ComponentAce.Compression.Libs.zlib z
Résultat ZStream