C# 클래스 GARCTool.Util

파일 보기 프로젝트 열기: kwsch/GARCTool

공개 메소드들

메소드 설명
GuessExtension ( BinaryReader br, string defaultExt ) : string
Reverse ( char charArray ) : char[]
Reverse ( uint x ) : uint
TrimFromZero ( string input ) : string

메소드 상세

GuessExtension() 공개 정적인 메소드

public static GuessExtension ( BinaryReader br, string defaultExt ) : string
br System.IO.BinaryReader
defaultExt string
리턴 string

Reverse() 공개 정적인 메소드

public static Reverse ( char charArray ) : char[]
charArray char
리턴 char[]

Reverse() 공개 정적인 메소드

public static Reverse ( uint x ) : uint
x uint
리턴 uint

TrimFromZero() 공개 정적인 메소드

public static TrimFromZero ( string input ) : string
input string
리턴 string