C# Class KLFCommon, KerbalLiveFeed

Afficher le fichier Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Méthodes publiques

Méthode Description
intFromBytes ( byte bytes, int offset ) : Int32
intToBytes ( Int32 val ) : byte[]

Private Methods

Méthode Description
filteredFileName ( string filename ) : string

Method Details

intFromBytes() public static méthode

public static intFromBytes ( byte bytes, int offset ) : Int32
bytes byte
offset int
Résultat Int32

intToBytes() public static méthode

public static intToBytes ( Int32 val ) : byte[]
val Int32
Résultat byte[]