C# Class VSCodeDebug.ByteBuffer

Exibir arquivo Open project: Microsoft/vscode-mono-debug

Public Methods

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

Method Details

Append() public method

public Append ( byte b, int length ) : void
b byte
length int
return void

ByteBuffer() public method

public ByteBuffer ( ) : System
return System

GetString() public method

public GetString ( Encoding enc ) : string
enc System.Text.Encoding
return string

RemoveFirst() public method

public RemoveFirst ( int n ) : byte[]
n int
return byte[]