C# Class Goedel.Cryptography.KeyFile.DataBuffer

Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
Data byte[]

Private Properties

Property Type Description

Public Methods

Method Description
Allocate ( ) : void
DataBuffer ( ) : System
DataBuffer ( byte Data ) : System
Decode ( byte &Result ) : void
Decode ( string &Result ) : void
DecodeLength ( ) : uint
Encode ( byte Input ) : void
Encode ( string Text ) : void
EncodeLength ( uint Length ) : void
Size ( byte Data ) : void
Size ( string Data ) : void

Method Details

Allocate() public method

public Allocate ( ) : void
return void

DataBuffer() public method

public DataBuffer ( ) : System
return System

DataBuffer() public method

public DataBuffer ( byte Data ) : System
Data byte
return System

Decode() public method

public Decode ( byte &Result ) : void
Result byte
return void

Decode() public method

public Decode ( string &Result ) : void
Result string
return void

DecodeLength() public method

public DecodeLength ( ) : uint
return uint

Encode() public method

public Encode ( byte Input ) : void
Input byte
return void

Encode() public method

public Encode ( string Text ) : void
Text string
return void

EncodeLength() public method

public EncodeLength ( uint Length ) : void
Length uint
return void

Size() public method

public Size ( byte Data ) : void
Data byte
return void

Size() public method

public Size ( string Data ) : void
Data string
return void

Property Details

Data public property

public byte[] Data
return byte[]