C# Class Goedel.Cryptography.KeyFile.DataBuffer

Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
Data byte[]

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Allocate ( ) : void
Résultat void

DataBuffer() public méthode

public DataBuffer ( ) : System
Résultat System

DataBuffer() public méthode

public DataBuffer ( byte Data ) : System
Data byte
Résultat System

Decode() public méthode

public Decode ( byte &Result ) : void
Result byte
Résultat void

Decode() public méthode

public Decode ( string &Result ) : void
Result string
Résultat void

DecodeLength() public méthode

public DecodeLength ( ) : uint
Résultat uint

Encode() public méthode

public Encode ( byte Input ) : void
Input byte
Résultat void

Encode() public méthode

public Encode ( string Text ) : void
Text string
Résultat void

EncodeLength() public méthode

public EncodeLength ( uint Length ) : void
Length uint
Résultat void

Size() public méthode

public Size ( byte Data ) : void
Data byte
Résultat void

Size() public méthode

public Size ( string Data ) : void
Data string
Résultat void

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]