Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
VSCodeDebug
ByteBuffer
C# Class VSCodeDebug.ByteBuffer
Show file
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[]