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

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

Protected Properties

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

Méthodes publiques

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

Méthode Description
InitBlock ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( System buffer, System offset, System count ) : Int32
buffer System
offset System
count System
Résultat System.Int32

Seek() public méthode

public Seek ( System offset, System origin ) : System.Int64
offset System
origin System
Résultat System.Int64

SetLength() public méthode

public SetLength ( System value ) : void
value System
Résultat void

Write() public méthode

public Write ( System b1, int off, int len ) : void
b1 System
off int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void

WriteByte() public méthode

public WriteByte ( int b ) : void
b int
Résultat void

ZOutputStream() public méthode

public ZOutputStream ( System out_Renamed ) : System
out_Renamed System
Résultat System

ZOutputStream() public méthode

public ZOutputStream ( System out_Renamed, int level ) : System
out_Renamed System
level int
Résultat System

end() public méthode

public end ( ) : void
Résultat void

finish() public méthode

public finish ( ) : void
Résultat void

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_Renamed_Field protected_oe property

protected int flush_Renamed_Field
Résultat int

z protected_oe property

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