C# Class Medusa.Coder.BaseCoder

Inheritance: ICoder
Afficher le fichier Open project: fjz13/Medusa

Méthodes publiques

Méthode Description
ByteArrayToString ( byte ba ) : string
Code ( byte data ) : byte[]

Method Details

ByteArrayToString() public static méthode

public static ByteArrayToString ( byte ba ) : string
ba byte
Résultat string

Code() public abstract méthode

public abstract Code ( byte data ) : byte[]
data byte
Résultat byte[]