C# 클래스 Randomizer.Program

파일 보기 프로젝트 열기: neowutran/ShinraMeter

공개 메소드들

메소드 설명
Detect ( FileStream stream ) : long>?.KeyValuePair
DetectReplace ( ) : void
Randomize ( FileStream stream, long>.KeyValuePair positions ) : void

비공개 메소드들

메소드 설명
RandomChar ( ) : char
RandomLong ( long min, long max ) : long

메소드 상세

Detect() 공개 정적인 메소드

public static Detect ( FileStream stream ) : long>?.KeyValuePair
stream FileStream
리턴 long>?.KeyValuePair

DetectReplace() 공개 정적인 메소드

public static DetectReplace ( ) : void
리턴 void

Randomize() 공개 정적인 메소드

public static Randomize ( FileStream stream, long>.KeyValuePair positions ) : void
stream FileStream
positions long>.KeyValuePair
리턴 void