C# 클래스 Medusa.Common.StreamHelper

파일 보기 프로젝트 열기: fjz13/Medusa

공개 메소드들

메소드 설명
ReadInt ( this stream ) : int
ReadString ( this stream ) : string
ReadUInt ( this stream ) : uint
Write ( this stream, int val ) : void
Write ( this stream, uint val ) : void
WriteString ( this stream, string val ) : void

메소드 상세

ReadInt() 공개 정적인 메소드

public static ReadInt ( this stream ) : int
stream this
리턴 int

ReadString() 공개 정적인 메소드

public static ReadString ( this stream ) : string
stream this
리턴 string

ReadUInt() 공개 정적인 메소드

public static ReadUInt ( this stream ) : uint
stream this
리턴 uint

Write() 공개 정적인 메소드

public static Write ( this stream, int val ) : void
stream this
val int
리턴 void

Write() 공개 정적인 메소드

public static Write ( this stream, uint val ) : void
stream this
val uint
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( this stream, string val ) : void
stream this
val string
리턴 void