C# Class SmartAssembly.Zip.SimpleZip.StreamManipulator

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

Méthodes publiques

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

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

DropBits() public méthode

public DropBits ( int n ) : void
n int
Résultat void

PeekBits() public méthode

public PeekBits ( int n ) : int
n int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

SetInput() public méthode

public SetInput ( byte buf, int off, int len ) : void
buf byte
off int
len int
Résultat void

SkipToByteBoundary() public méthode

public SkipToByteBoundary ( ) : void
Résultat void