Méthode | Description | |
---|---|---|
AddBigIntBlob ( |
Adds BigInteger to builder prefixed with size
|
|
AddBlob ( byte blob ) : void |
Adds byte[] to builder as sub-blob
|
|
AddByte ( byte aByte ) : void |
Adds byte to the blob
|
|
AddBytes ( byte aBytes ) : void |
Adds byte[] to the blob
|
|
AddInt ( |
||
AddInt ( int aInt ) : void | ||
AddSsh1BigIntBlob ( |
Adds byte[] to builder as Ssh1 sub-blob
|
|
AddStringBlob ( string aString ) : void |
Adds a string to the blob
|
|
BlobBuilder ( ) : System |
Creates new instance of BlobBuilder
|
|
Clear ( ) : void |
Writes 0 to all values, then clears list
|
|
GetBlob ( ) : byte[] |
Gets the resulting blob from the blob builder.
|
|
GetBlobAsPinnedByteArray ( ) : PinnedArray |
||
InsertHeader ( |
Prepends header
|
|
InsertHeader ( |
Prepends header
|
public AddBigIntBlob ( |
||
aBigInt | ||
Résultat | void |
public AddSsh1BigIntBlob ( |
||
aBigInt | ||
Résultat | void |
public AddStringBlob ( string aString ) : void | ||
aString | string | the string to add |
Résultat | void |
public GetBlobAsPinnedByteArray ( ) : PinnedArray |
||
Résultat | PinnedArray |
public InsertHeader ( |
||
aMessage | message number to include in header | |
Résultat | void |
public InsertHeader ( |
||
aMessage | message number to include in header | |
aHeaderData | int | data to include in header |
Résultat | void |