C# Class SmartAssembly.Zip.SimpleZip.DeflaterPending

Mostrar archivo Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Protected Properties

Property Type Description
buf byte[]

Public Methods

Method 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 method

public AlignToByte ( ) : void
return void

Flush() public method

public Flush ( byte output, int offset, int length ) : int
output byte
offset int
length int
return int

WriteBits() public method

public WriteBits ( int b, int count ) : void
b int
count int
return void

WriteBlock() public method

public WriteBlock ( byte block, int offset, int len ) : void
block byte
offset int
len int
return void

WriteShort() public method

public WriteShort ( int s ) : void
s int
return void

Property Details

buf protected_oe property

protected byte[] buf
return byte[]