C# 클래스 KLFCommon, KerbalLiveFeed

파일 보기 프로젝트 열기: SodiumEyes/KerbalLiveFeed 1 사용 예제들

공개 메소드들

메소드 설명
intFromBytes ( byte bytes, int offset ) : Int32
intToBytes ( Int32 val ) : byte[]

비공개 메소드들

메소드 설명
filteredFileName ( string filename ) : string

메소드 상세

intFromBytes() 공개 정적인 메소드

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

intToBytes() 공개 정적인 메소드

public static intToBytes ( Int32 val ) : byte[]
val Int32
리턴 byte[]