C# Class System.IO.Compression.InputBuffer

Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( byte output, int offset, int length ) : int
EnsureBitsAvailable ( int count ) : bool
GetBits ( int count ) : int
NeedsInput ( ) : bool
SetInput ( byte buffer, int offset, int length ) : void
SkipBits ( int n ) : void
SkipToByteBoundary ( ) : void
TryLoad16Bits ( ) : uint

Private Methods

Méthode Description
GetBitMask ( int count ) : uint

Method Details

CopyTo() public méthode

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

EnsureBitsAvailable() public méthode

public EnsureBitsAvailable ( int count ) : bool
count int
Résultat bool

GetBits() public méthode

public GetBits ( int count ) : int
count int
Résultat int

NeedsInput() public méthode

public NeedsInput ( ) : bool
Résultat bool

SetInput() public méthode

public SetInput ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

SkipBits() public méthode

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

SkipToByteBoundary() public méthode

public SkipToByteBoundary ( ) : void
Résultat void

TryLoad16Bits() public méthode

public TryLoad16Bits ( ) : uint
Résultat uint