C# Class KLFCommon, KerbalLiveFeed

Show file Open project: SodiumEyes/KerbalLiveFeed Class Usage Examples

Public Methods

Method Description
intFromBytes ( byte bytes, int offset ) : Int32
intToBytes ( Int32 val ) : byte[]

Private Methods

Method Description
filteredFileName ( string filename ) : string

Method Details

intFromBytes() public static method

public static intFromBytes ( byte bytes, int offset ) : Int32
bytes byte
offset int
return Int32

intToBytes() public static method

public static intToBytes ( Int32 val ) : byte[]
val Int32
return byte[]