C# 클래스 Mono.StreamHelper

파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
GetInt ( this stream ) : int
GetString ( this stream ) : string
WriteInt ( this stream, int n ) : void
WriteString ( this stream, string s ) : void

메소드 상세

GetInt() 공개 정적인 메소드

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

GetString() 공개 정적인 메소드

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

WriteInt() 공개 정적인 메소드

public static WriteInt ( this stream, int n ) : void
stream this
n int
리턴 void

WriteString() 공개 정적인 메소드

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