C# Class SmartAssembly.Zip.SimpleZip.DeflaterPending

Afficher le fichier Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Protected Properties

Свойство Type Description
buf byte[]

Méthodes publiques

Méthode Description
AlignToByte ( ) : void
Flush ( byte output, int offset, int length ) : int
WriteBits ( int b, int count ) : void
WriteBlock ( byte block, int offset, int len ) : void
WriteShort ( int s ) : void

Method Details

AlignToByte() public méthode

public AlignToByte ( ) : void
Résultat void

Flush() public méthode

public Flush ( byte output, int offset, int length ) : int
output byte
offset int
length int
Résultat int

WriteBits() public méthode

public WriteBits ( int b, int count ) : void
b int
count int
Résultat void

WriteBlock() public méthode

public WriteBlock ( byte block, int offset, int len ) : void
block byte
offset int
len int
Résultat void

WriteShort() public méthode

public WriteShort ( int s ) : void
s int
Résultat void

Property Details

buf protected_oe property

protected byte[] buf
Résultat byte[]