C# Class Tpm2Lib.ByteBuf

Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

Méthode Description
Append ( byte x ) : void
ByteBuf ( ) : System
ByteBuf ( byte x ) : System
ByteBuf ( int size ) : System
BytesRemaining ( ) : int
Extract ( int num ) : byte[]
GetBuffer ( ) : byte[]
GetBytesInMiddle ( int startPos, int length ) : byte[]
GetGetPos ( ) : int
GetSize ( ) : int
GetValidLength ( ) : int
RemoveBytesInMiddle ( int startPos, int length ) : byte[]
Reset ( ) : void
SetBytesInMiddle ( byte bytesToSet, int pos ) : void
SetGetPos ( int newGetPos ) : void

Method Details

Append() public méthode

public Append ( byte x ) : void
x byte
Résultat void

ByteBuf() public méthode

public ByteBuf ( ) : System
Résultat System

ByteBuf() public méthode

public ByteBuf ( byte x ) : System
x byte
Résultat System

ByteBuf() public méthode

public ByteBuf ( int size ) : System
size int
Résultat System

BytesRemaining() public méthode

public BytesRemaining ( ) : int
Résultat int

Extract() public méthode

public Extract ( int num ) : byte[]
num int
Résultat byte[]

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

GetBytesInMiddle() public méthode

public GetBytesInMiddle ( int startPos, int length ) : byte[]
startPos int
length int
Résultat byte[]

GetGetPos() public méthode

public GetGetPos ( ) : int
Résultat int

GetSize() public méthode

public GetSize ( ) : int
Résultat int

GetValidLength() public méthode

public GetValidLength ( ) : int
Résultat int

RemoveBytesInMiddle() public méthode

public RemoveBytesInMiddle ( int startPos, int length ) : byte[]
startPos int
length int
Résultat byte[]

Reset() public méthode

public Reset ( ) : void
Résultat void

SetBytesInMiddle() public méthode

public SetBytesInMiddle ( byte bytesToSet, int pos ) : void
bytesToSet byte
pos int
Résultat void

SetGetPos() public méthode

public SetGetPos ( int newGetPos ) : void
newGetPos int
Résultat void