C# 클래스 Wxv.Swg.Common.FileUtilities

파일 보기 프로젝트 열기: wverkley/Swg.Explorer

공개 메소드들

메소드 설명
EndianFlip ( Int32 signedInteger ) : Int32
EndianFlip ( UInt32 unsignedInteger ) : UInt32
GetActualFileName ( string fileName ) : string
GetRelativePath ( string fileName, string baseDirectory ) : string
GetRootPaths ( IEnumerable directoryNames ) : IEnumerable
IsAlpha ( byte data ) : System.Boolean
IsAlphaList ( byte data ) : bool
SizeToString ( Object obj ) : string

메소드 상세

EndianFlip() 공개 정적인 메소드

public static EndianFlip ( Int32 signedInteger ) : Int32
signedInteger System.Int32
리턴 System.Int32

EndianFlip() 공개 정적인 메소드

public static EndianFlip ( UInt32 unsignedInteger ) : UInt32
unsignedInteger System.UInt32
리턴 System.UInt32

GetActualFileName() 공개 정적인 메소드

public static GetActualFileName ( string fileName ) : string
fileName string
리턴 string

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( string fileName, string baseDirectory ) : string
fileName string
baseDirectory string
리턴 string

GetRootPaths() 공개 정적인 메소드

public static GetRootPaths ( IEnumerable directoryNames ) : IEnumerable
directoryNames IEnumerable
리턴 IEnumerable

IsAlpha() 공개 정적인 메소드

public static IsAlpha ( byte data ) : System.Boolean
data byte
리턴 System.Boolean

IsAlphaList() 공개 정적인 메소드

public static IsAlphaList ( byte data ) : bool
data byte
리턴 bool

SizeToString() 공개 정적인 메소드

public static SizeToString ( Object obj ) : string
obj Object
리턴 string