C# 클래스 TexFix.Program

파일 보기 프로젝트 열기: CarlosX/RakionLauncher

공개 메소드들

메소드 설명
HexDump ( byte bytes, int bytesPerLine = 16 ) : void
ReadAllBytes ( string fileName ) : byte[]
WriteAllBytes ( byte head, byte data, string filename ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

HexDump() 공개 정적인 메소드

public static HexDump ( byte bytes, int bytesPerLine = 16 ) : void
bytes byte
bytesPerLine int
리턴 void

ReadAllBytes() 공개 정적인 메소드

public static ReadAllBytes ( string fileName ) : byte[]
fileName string
리턴 byte[]

WriteAllBytes() 공개 정적인 메소드

public static WriteAllBytes ( byte head, byte data, string filename ) : void
head byte
data byte
filename string
리턴 void