C# Class VSCodeDebug.ByteBuffer

Afficher le fichier Open project: Microsoft/vscode-mono-debug

Méthodes publiques

Méthode Description
Append ( byte b, int length ) : void
ByteBuffer ( ) : System
GetString ( Encoding enc ) : string
RemoveFirst ( int n ) : byte[]

Method Details

Append() public méthode

public Append ( byte b, int length ) : void
b byte
length int
Résultat void

ByteBuffer() public méthode

public ByteBuffer ( ) : System
Résultat System

GetString() public méthode

public GetString ( Encoding enc ) : string
enc System.Text.Encoding
Résultat string

RemoveFirst() public méthode

public RemoveFirst ( int n ) : byte[]
n int
Résultat byte[]