C# Class SmartAssembly.Zip.SimpleZip.StreamManipulator

Mostrar archivo Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Methods

Method Description
CopyBytes ( byte output, int offset, int length ) : int
DropBits ( int n ) : void
PeekBits ( int n ) : int
Reset ( ) : void
SetInput ( byte buf, int off, int len ) : void
SkipToByteBoundary ( ) : void

Method Details

CopyBytes() public method

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

DropBits() public method

public DropBits ( int n ) : void
n int
return void

PeekBits() public method

public PeekBits ( int n ) : int
n int
return int

Reset() public method

public Reset ( ) : void
return void

SetInput() public method

public SetInput ( byte buf, int off, int len ) : void
buf byte
off int
len int
return void

SkipToByteBoundary() public method

public SkipToByteBoundary ( ) : void
return void